interface AdminUser {
    id: number;
    email: string;
}

Properties

Properties

id: number
email: string