UNPKG

289 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2import { ClassDecoratorFactory } from '../interfaces/class-decorator-factory.interface';
3export declare function PartialType<T>(classRef: Type<T>, decorator?: ClassDecoratorFactory): Type<Partial<T>>;
4//# sourceMappingURL=partial-type.helper.d.ts.map
\No newline at end of file