Skip to content

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.

TypeScript-first OpenAPI generation, route generation, and runtime validation.