UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

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