export type ContextsV0 = { storeReview: { context: Readonly current: number shown: boolean } publicRemoteNotice: { context: Readonly current: number hidden: boolean } previousTab: 'Tab-Local' | 'Tab-Public' | 'Tab-Notifications' | 'Tab-Me' }