tsoa-next / @tsoa-next/runtime / SpecPathTarget
Type Alias: SpecPathTarget
ts
type SpecPathTarget =
| BuiltinSpecPathTarget
| SpecResponseHandler;Defined in: packages/runtime/src/decorators/specPath.ts:60
Route target supported by SpecPath.
