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 74c9c5f commit eb0c63dCopy full SHA for eb0c63d
projects/ng-http-caching-demo/src/app/app.component.ts
@@ -13,7 +13,7 @@ import {
13
14
interface CachedKey {
15
key: string;
16
- headers: { [key: string]: string }[];
+ headers: Array<Record<string, string>>;
17
status: 'cached' | 'queue';
18
}
19
0 commit comments