@ima/plugin-rest-client
Version:
Generic REST API client plugin for the IMA application framework.
11 lines • 491 B
TypeScript
declare function _default(dataFieldMapping: {
[x: string]: (string | (new () => AbstractDataFieldMapper) | {
dataFieldName: string | null;
deserialize: (arg0: any, arg1: AbstractEntity) => any;
serialize: (arg0: any, arg1: AbstractEntity) => any;
});
}): (arg0: new (arg1: RestClient, arg2: {
[x: string]: any;
}, arg3: (AbstractEntity | null) | undefined) => AbstractEntity) => any;
export default _default;
//# sourceMappingURL=dataFieldMapping.d.ts.map