UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

7 lines 188 B
/** * Reference value is any value connected to the reference key. * * @type {ReferenceValue} */ export declare type ReferenceValue = any; //# sourceMappingURL=reference-value.d.ts.map