mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
export const SET_TOAST_ALERT = "SET_TOAST_ALERT";
|
|
export const REMOVE_TOAST_ALERT = "REMOVE_TOAST_ALERT";
|