1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-09 17:54:20 +01:00
Pinafore-Web-Client-Frontend/routes/_utils/database/constants.js

4 lines
155 B
JavaScript
Raw Normal View History

2018-01-23 18:03:31 +01:00
export const STATUSES_STORE = 'statuses'
export const TIMELINE_STORE = 'timelines'
2018-01-23 18:21:21 +01:00
export const META_STORE = 'meta'
export const ACCOUNTS_STORE= 'accounts'