mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix type
This commit is contained in:
@@ -31,7 +31,7 @@ export interface OpenAPIClientContext {
|
||||
/**
|
||||
* Selectors to update openapi enums, e.g. for server url variables
|
||||
*/
|
||||
enumSelectors?: Record<string, number>;
|
||||
enumSelectors?: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface OpenAPIFetcher {
|
||||
|
||||
Reference in New Issue
Block a user