We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548fec4 commit 536a18dCopy full SHA for 536a18d
site/src/api/types.ts
@@ -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
+
8
export interface LoginResponse {
9
session_token: string
10
}
@@ -66,10 +73,3 @@ export interface UserAgent {
66
73
readonly ip_address: string
67
74
readonly os: string
68
75
69
-
70
-/**
71
- * `BuildInfoResponse` must be kept in sync with the go struct in buildinfo.go.
72
- */
-export interface BuildInfoResponse {
- version: string
-}
0 commit comments