This commit is contained in:
Brett Jephson
2024-09-20 11:33:51 +01:00
parent f65e3f5fbb
commit f67b143851
+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 {