UNPKG

nestjs-swagger-dto

Version:
7 lines (6 loc) 324 B
import { PropertyOptions } from '../core'; export declare const IsObject: <T extends Record<string, unknown>>({ message, minProperties, maxProperties, ...base }?: PropertyOptions<T, { message?: string | undefined; minProperties?: number | undefined; maxProperties?: number | undefined; }>) => PropertyDecorator;