UNPKG

502 BTypeScriptView Raw
1/**
2 * @deprecated Since v1.25.0. use [[deserializeComplexType]] instead.
3 * @param json - A raw json object to deserialize a complex type from.
4 * @param converters - A list of rules on how to convert json to the respective type in JavaScript or TypeScript.
5 * @returns A deserialized complex type representation.
6 */
7export declare function createComplexType<ComplexT>(json: any, converters: {
8 [converter: string]: CallableFunction;
9}): ComplexT;
10//# sourceMappingURL=create-complex-type.d.ts.map
\No newline at end of file