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