import { TLocale } from '../../type/index'; /** * disconnected:此类详情返回的code都是state:200,无法从code区分,只能从此detail值区分 */ export declare const NO_EXCEPTION_MAP: string[]; /** * disconnected:登录过期detail值 */ export declare const LOGIN_EXPIRED_MAP: string[]; export declare const FAIL_ENUM_MAP: { [key in TLocale]: { [key: string]: string; }; };