4771e0008
ee9e7b61f
69818c939
1
2
3 4 5 6 7
8
9 10
import { UserRole } from './user-role.type' export interface User { id: number username: string email: string displayNSFW: boolean role: UserRole createdAt: Date }