Type alias MapDecoratorInput

MapDecoratorInput: DecoratorInputWithoutCustomFunctions & {
    complexType?: Constructable<any>;
}

Type declaration

Generated using TypeDoc