export const STATUSES_STORE = 'statuses-v2' export const STATUS_TIMELINES_STORE = 'status_timelines-v2' export const META_STORE = 'meta-v2' export const ACCOUNTS_STORE = 'accounts-v2' export const RELATIONSHIPS_STORE = 'relationships-v2' export const NOTIFICATIONS_STORE = 'notifications-v2' export const NOTIFICATION_TIMELINES_STORE = 'notification_timelines-v2' export const PINNED_STATUSES_STORE = 'pinned_statuses-v2' export const THREADS_STORE = 'threads-v2' export const TIMESTAMP = '__pinafore_ts' export const ACCOUNT_ID = '__pinafore_acct_id' export const STATUS_ID = '__pinafore_status_id' export const REBLOG_ID = '__pinafore_reblog_id'