Skip to content

tsoa-next / tsoa-next / Swagger / Protocol

Type Alias: Protocol

ts
type Protocol = "http" | "https" | "ws" | "wss";

Defined in: packages/runtime/src/swagger/swagger.ts:8

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