Skip to content

tsoa-next / tsoa-next / OtherValidOpenApiHttpStatusCode

Type Alias: OtherValidOpenApiHttpStatusCode

ts
type OtherValidOpenApiHttpStatusCode = "1XX" | "2XX" | "3XX" | "4XX" | "5XX" | "default";

Defined in: packages/runtime/src/interfaces/response.ts:70

Additional OpenAPI response keys supported by Response.

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