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