blob: edc0dba6e9da393b1161bab0e2dc67ed290b628a [file] [log] [blame]
/**
* Enum representing whether or not the "Edit Dialog" should be in edit mode or create mode
* edit = 0
* copy = 1
*/
export const enum editPlatformTypeDialogDataMode {
edit,
copy
}