UNPKG

nestjs-swagger-dto

Version:
5 lines (4 loc) 192 B
import { PropertyOptions } from '../core'; export declare const IsBoolean: ({ stringified, ...base }?: PropertyOptions<boolean, { stringified?: true | undefined; }>) => PropertyDecorator;