export interface IAuth { uid?: string; email?: string; username?: string; firstName?: string; lastName?: string; role?: string; }