1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
vault-frontend/src/redux/boris/constants.ts
2020-06-09 11:20:46 +07:00

8 lines
168 B
TypeScript

const prefix = `BORIS.`;
export const BORIS_ACTIONS = {
SET_BORIS: `${prefix}SET_BORIS`,
SET_STATS: `${prefix}SET_STATS`,
LOAD_STATS: `${prefix}LOAD_STATS`,
};