diff --git a/index.ts b/index.ts index cf2b21d..0567870 100644 --- a/index.ts +++ b/index.ts @@ -24,7 +24,7 @@ export type StorageType = 'local' | 'session' export interface Options { serializer?: Serializer storage?: StorageType, - syncTabs: boolean, + syncTabs?: boolean, onError?: (e: unknown) => void }