UNPKG

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