Files
NSG_PORTAL_V2/definitions/enum/actionCommands.enum.ts
T

7 lines
151 B
TypeScript
Raw Normal View History

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