daddy/client/src/types/user.ts

5 lines
81 B
TypeScript

export interface User {
email: string
connectedAt?: Date
createdAt?: Date
}