This commit is contained in:
Brett Jephson
2024-09-20 11:33:51 +01:00
parent d919d2ccfa
commit adaf0deb5b
+1 -1
View File
@@ -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 {