export interface IAuthLoginDTO { email: string; password: string; namespace?: string; }