UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

4 lines (3 loc) 226 B
import { OperationObject } from '../interfaces/open-api-spec.interface'; export declare type ApiOperationOptions = Partial<OperationObject>; export declare function ApiOperation(options: ApiOperationOptions): MethodDecorator;