UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

6 lines (5 loc) 209 B
export interface NoContentApiResponseOptions { description: string; type?: any; } export declare const NoContentApiResponse: (options: NoContentApiResponseOptions) => MethodDecorator & ClassDecorator;