UNPKG

nestjs-swagger-dto

Version:
6 lines (5 loc) 229 B
import { ClassConstructor } from 'class-transformer'; import { PropertyOptions } from '../core'; export declare const IsNested: <T>({ type, ...base }: PropertyOptions<T, { type: ClassConstructor<T>; }>) => PropertyDecorator;