export const enum STORY_KEY_CACHE {
  STORY = 'story',
  STORY_TARGET = 'storyTarget',
  SYNC_STATE = 'story-sync-state',
  STORY_TARGET_IDS = 'story-target-ids',
  STORY_GLOBAL_FEED = 'story-global-feed',
  IS_SEEN = 'story-seen',
  LAST_SEEN = 'story-last-seen',
  EXPIRE = 'story-expire',
  STORY_ID_TO_REFERENCE_ID = 'story-reference',
}
