Skip to content

Commit ce859c9

Browse files
committed
sepecificly set the key/value type on the cache object
1 parent f21eb13 commit ce859c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dip/src/StoreCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import IStoreWriter from './IStoreWriter';
22
import IStoreReader from './IStoreReader';
33

44
export default class StoreCache implements IStoreWriter, IStoreReader {
5-
cache: any;
5+
cache: { [key: number]: string }
66
writer: IStoreWriter;
77
reader: IStoreReader;
88

0 commit comments

Comments
 (0)