mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
const prefix = `BORIS.`;
|
|
|
|
export const BORIS_ACTIONS = {
|
|
SET_BORIS: `${prefix}SET_BORIS`,
|
|
LOAD_STATS: `${prefix}LOAD_STATS`,
|
|
};
|