Skip to main content
Version: Current

OpenAPIServer

@rotorsoft/act-root


@rotorsoft/act-root / act-http/src/openapi / OpenAPIServer

Type Alias: OpenAPIServer

OpenAPIServer = object

Defined in: libs/act-http/src/openapi/index.ts:126

Propertiesโ€‹

description?โ€‹

readonly optional description?: string

Defined in: libs/act-http/src/openapi/index.ts:128


urlโ€‹

readonly url: string

Defined in: libs/act-http/src/openapi/index.ts:127


variables?โ€‹

readonly optional variables?: Record<string, { default: string; description?: string; enum?: ReadonlyArray<string>; }>

Defined in: libs/act-http/src/openapi/index.ts:129