5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
export enum APP_MODE {
|
|
EDIT = "EDIT",
|
|
PUBLISHED = "PUBLISHED",
|
|
}
|