import { Type } from '@nestjs/common'; import { ClassDecoratorFactory } from '../interfaces/class-decorator-factory.interface'; export declare function PartialType(classRef: Type, decorator?: ClassDecoratorFactory): Type>; //# sourceMappingURL=partial-type.helper.d.ts.map