ApiSchemaRouterOptions interface
Signature:
export interface ApiSchemaRouterOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| apiName? | string | (Optional) Name used in OpenAPI schema | |
| apiVersion? | string | (Optional) Version used in OpenAPI schema | |
| basePath | string | Base path | |
| exposedMethods? | Array<string> | (Optional) List of exposed methods | |
| securityScheme? | string | (Optional) Security scheme |