Skip to content

Commit 764d717

Browse files
committed
Extend a type for CACHE_OPTIONS
1 parent 943e40d commit 764d717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/core/OpenAPI.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export type ApiCacheOptions = {
99
enabled: boolean;
1010
ttl?: number;
1111
key?: string;
12+
featureToggled: boolean;
1213
};
1314

1415
export type OpenAPIConfig = {

0 commit comments

Comments
 (0)