1 2 3 4 5 6 7 8
export interface LoginSchema { login: string; password: string; undelete?: boolean; captcha_key?: string; login_source?: string; gift_code_sku_id?: string; }