UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

8 lines 269 B
/** * Represents property extension options. Plugins are free to define * any kind of options. * * @type {PropertyExtensionOptions} */ export declare type PropertyExtensionOptions = Record<PropertyKey, any>; //# sourceMappingURL=property-extension-options.d.ts.map