Skip to content

Commit 123d523

Browse files
committed
Sort BuildInfoResponse alphabetically
The rest of the file is not alphabetic but might as well.
1 parent 0479d34 commit 123d523

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/src/api/types.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* `BuildInfoResponse` must be kept in sync with the go struct in buildinfo.go.
3+
*/
4+
export interface BuildInfoResponse {
5+
version: string
6+
}
7+
18
export interface LoginResponse {
29
session_token: string
310
}
@@ -66,10 +73,3 @@ export interface UserAgent {
6673
readonly ip_address: string
6774
readonly os: string
6875
}
69-
70-
/**
71-
* `BuildInfoResponse` must be kept in sync with the go struct in buildinfo.go.
72-
*/
73-
export interface BuildInfoResponse {
74-
version: string
75-
}

0 commit comments

Comments
 (0)