@dipscope/type-manager
Version:
Transform JSON strings or plain objects into JS class instances.
8 lines • 303 B
TypeScript
import { TypeMetadata } from './type-metadata';
/**
* Generic metadata used to describe a generic type.
*
* @type {GenericMetadata<TObject>}
*/
export declare type GenericMetadata<TObject> = [TypeMetadata<TObject>, ReadonlyArray<GenericMetadata<any>>];
//# sourceMappingURL=generic-metadata.d.ts.map