UNPKG

@eddaic/nestjs-decorators

Version:

Additional decorators intended for use with NestJS framework.

6 lines (5 loc) 597 B
import { ApiPropertyOptions } from '@nestjs/swagger/dist/decorators/api-property.decorator'; export declare function ApiPropertyInt(options?: Omit<ApiPropertyOptions, 'type' | 'format'>): PropertyDecorator; export declare function ApiPropertyIntOptional(options?: Omit<ApiPropertyOptions, 'type' | 'format' | 'required'>): PropertyDecorator; export declare function ApiPropertyBigInt(options?: Omit<ApiPropertyOptions, 'type' | 'format'>): PropertyDecorator; export declare function ApiPropertyBigIntOptional(options?: Omit<ApiPropertyOptions, 'type' | 'format' | 'required'>): PropertyDecorator;