@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
16 lines (15 loc) • 434 B
TypeScript
export declare const DECORATORS_PREFIX = "swagger";
export declare const DECORATORS: {
API_OPERATION: string;
API_RESPONSE: string;
API_PRODUCES: string;
API_CONSUMES: string;
API_TAGS: string;
API_PARAMETERS: string;
API_HEADERS: string;
API_MODEL_PROPERTIES: string;
API_MODEL_PROPERTIES_ARRAY: string;
API_SECURITY: string;
API_EXCLUDE_ENDPOINT: string;
API_EXTRA_MODELS: string;
};