mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
swagger-ui-dist: Change layout field to accept any string (#41005)
This commit is contained in:
2
types/swagger-ui-dist/index.d.ts
vendored
2
types/swagger-ui-dist/index.d.ts
vendored
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user