export interface IClientLoginRequest { username: string; password: string; appType: string; remember?: boolean; captcha?: string; captchaSessionId?: string; }