pinafore/routes/_database/constants.js

8 lines
343 B
JavaScript
Raw Normal View History

2018-01-23 18:03:31 +01:00
export const STATUSES_STORE = 'statuses'
export const STATUS_TIMELINES_STORE = 'status_timelines'
2018-01-23 18:21:21 +01:00
export const META_STORE = 'meta'
2018-01-28 21:51:48 +01:00
export const ACCOUNTS_STORE = 'accounts'
export const RELATIONSHIPS_STORE = 'relationships'
export const NOTIFICATIONS_STORE = 'notifications'
2018-02-09 07:29:29 +01:00
export const NOTIFICATION_TIMELINES_STORE = 'notification_timelines'