Skip to content

Commit 06904fb

Browse files
Add goverment connection type
1 parent 0e531e8 commit 06904fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export interface Connection {
114114

115115
route: string | null;
116116

117-
type: 'business' | 'education' | 'isp' | 'hosting' | null;
117+
type: 'business' | 'education' | 'government' | 'isp' | 'hosting' | null;
118118

119119
}
120120

0 commit comments

Comments
 (0)