1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/redux/boris/constants.ts
2020-06-08 14:01:20 +07:00

6 lines
132 B
TypeScript

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