UNPKG

fluorine-orchestra

Version:
7 lines (5 loc) 252 B
// All Orchestra action type values are actually prefixed with FO_ export const STORE_INSERT = 'FO_STORE_INSERT' export const STORE_REMOVE = 'FO_STORE_REMOVE' export const STORE_FILTER = 'FO_STORE_FILTER' export const STORE_UPDATE = 'FO_STORE_UPDATE'