michangarrito/apps/backend/node_modules/@nestjs/swagger/dist/constants.d.ts
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -06:00

18 lines
497 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_EXCLUDE_CONTROLLER: string;
API_EXTRA_MODELS: string;
API_EXTENSION: string;
};