tsoa-next / @tsoa-next/runtime / HttpStatusCodeStringLiteral
Type Alias: HttpStatusCodeStringLiteral
ts
type HttpStatusCodeStringLiteral = `${HttpStatusCodeLiteral}`;Defined in: packages/runtime/src/interfaces/response.ts:67
String form of the supported concrete HTTP status codes.
