PersistentStore: {
channel?: BroadcastChannel;
claims: string[];
clear: (() => void);
reflects?: string[];
store: {
[key: string]: PersistentData;
};
version: string;
write: (() => void);
} = ...
Type declaration
-
Optional
channel?: BroadcastChannel
-
claims: string[]
-
clear: (() => void)
-
Optional
reflects?: string[]
-
store: {
[key: string]: PersistentData;
}
-
[key: string]: PersistentData
-
version: string
-
write: (() => void)