Skip to content

Commit e0a5b05

Browse files
committed
feat: add connectedAt property to User type for tracking connection time
1 parent ea26e14 commit e0a5b05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/features/auth/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export type User = {
22
id: string
33
name: string
4+
connectedAt?: Date
45
imageURL?: string
56
streak?: number
67
}

0 commit comments

Comments
 (0)