@sourceloop/reporting-service / Exports / CustomTypeConvertor
Interface: CustomTypeConvertor¶
Table of contents¶
Methods¶
Methods¶
customTypeConverter¶
▸ customTypeConverter(value, inputType?, targetType?): Promise<any>
Parameters¶
| Name | Type |
|---|---|
value |
JSONValueType |
inputType? |
JSONSupportedTypes |
targetType? |
string |
Returns¶
Promise<any>
Defined in¶
services/reporting-service/src/interfaces/custom-type-convertor.interface.ts:4