mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
const prefix = 'LAB.';
|
|
|
|
export const LAB_ACTIONS = {
|
|
GET_LIST: `${prefix}GET_LIST`,
|
|
SET_LIST: `${prefix}SET_LIST`,
|
|
};
|