Skip to content

Commit 4fe1431

Browse files
committed
fixup! feat(site): add UserCell component
1 parent 7a6df41 commit 4fe1431

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/api/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
export interface LoginResponse {
2+
session_token: string
3+
}
4+
15
export interface UserResponse {
26
readonly id: string
37
readonly username: string

0 commit comments

Comments
 (0)