UNPKG

@xilil/error-codes

Version:

统一错误码管理库 - 支持多语言、类型安全的错误处理工具

4 lines 223 B
import { ErrorCodeConfig } from '../types'; export declare const SUCCESS_CODES: Record<string, ErrorCodeConfig>; export declare const COMMON_ERROR_CODES: Record<string, ErrorCodeConfig>; //# sourceMappingURL=common.d.ts.map