UNPKG

116 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2export declare function PartialType<T>(classRef: Type<T>): Type<Partial<T>>;