UNPKG

@akveo/nga-auth

Version:
11 lines (10 loc) 345 B
export declare class NgaUser { id: number; email: string; password: string; rememberMe: boolean; terms: boolean; confirmPassword: string; fullName: string; constructor(id?: number, email?: string, password?: string, rememberMe?: boolean, terms?: boolean, confirmPassword?: string, fullName?: string); }