tsoa-next / tsoa-next / SpecPathGateHandler
Tipo Alias: SpecPathGateHandler
ts
type SpecPathGateHandler = (context) => boolean | Promise<boolean>;Definido en: packages/runtime/src/decorators/specPath.ts:51
Manejador de puerta utilizado por SpecPath to decide whether a request may receive the spec response.
Parámetros
context
Devoluciones
boolean | Promise<boolean>
Contributors
No contributors
Changelog
No recent changes
