export interface LoginResultRs { codeMap: object; debugMap: object; resultCode: string; resultMessage: string; returnURL: string; successYn: boolean; }