export interface LoginRequest { applicationName?: string; userName?: string; password?: string; }