diff --git a/types/swagger-ui-dist/index.d.ts b/types/swagger-ui-dist/index.d.ts index cdc48b7b74..273cce0ea8 100644 --- a/types/swagger-ui-dist/index.d.ts +++ b/types/swagger-ui-dist/index.d.ts @@ -74,7 +74,7 @@ export interface SwaggerConfigs { /** * The name of a component available via the plugin system to use as the top-level layout for Swagger UI. */ - layout?: 'BaseLayout'; + layout?: string; /** * Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).