Files

7 lines
151 B
TypeScript
Raw Permalink Normal View History

2024-05-30 18:06:50 +07:00
export enum actionCommands {
CHANGESTATE = "Changestate",
CREATEVERSION = "Createversion",
REPUBLISH = "Republish",
UNPUBLISH = "Unpublish",
}