export interface CredentialsDto { email: string; password: string; customerCode: string; }