HttpApiSwagger.ts overview
Since v1.0.0
Exports Grouped by Category
layers
layer
Exported layer mounting Swagger/OpenAPI documentation UI.
Signature
declare const layer: (options?: { readonly path?: `/${string}` | undefined }) => Layer.Layer<never, never, Api>
Since v1.0.0
layerHttpLayerRouter
Signature
declare const layerHttpLayerRouter: (options: {
readonly api: HttpApi.HttpApi.Any
readonly path: `/${string}`
}) => Layer.Layer<never, never, HttpLayerRouter.HttpRouter>
Since v1.0.0