We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef637 commit 061f5c0Copy full SHA for 061f5c0
src/templates/core/OpenAPI.hbs
@@ -15,7 +15,7 @@ export type OpenAPIConfig = {
15
PASSWORD?: string | Resolver<string> | undefined;
16
HEADERS?: Headers | Resolver<Headers> | undefined;
17
ENCODE_PATH?: ((path: string) => string) | undefined;
18
- CACHE_OPTIONS?: Map<string, any> | undefined;
+ CACHE_OPTIONS?: Record<string, any> | undefined;
19
};
20
21
export const OpenAPI: OpenAPIConfig = {
0 commit comments