daddy/client/src/types/user.ts

6 lines
102 B
TypeScript

export interface User {
email: string
full_name?: string
updated_at?: Date
created_at?: Date
}