mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
8 lines
168 B
TypeScript
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`,
|
|
};
|