export declare type ErpResType = 'CUSTOMER' | 'MATERIAL' | 'USER' | 'USER_DEP_META' | 'USER_META' | 'PAYMENT'; export interface ErpMappingConfig { erpCode: string; resType: ErpResType; ufcResId: number; ufcResName: string; ufcResType: string; }