We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea26e14 commit e0a5b05Copy full SHA for e0a5b05
1 file changed
src/features/auth/types/index.ts
@@ -1,6 +1,7 @@
1
export type User = {
2
id: string
3
name: string
4
+ connectedAt?: Date
5
imageURL?: string
6
streak?: number
7
}
0 commit comments