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 7a6df41 commit 4fe1431Copy full SHA for 4fe1431
site/src/api/types.ts
@@ -1,3 +1,7 @@
1
+export interface LoginResponse {
2
+ session_token: string
3
+}
4
+
5
export interface UserResponse {
6
readonly id: string
7
readonly username: string
0 commit comments