export interface AdminUserDto {
    id: string
    email: string
    createdAt: string
}