blob: 452666f9176f1472b565e68405a5df67fa29485a [file] [log] [blame]
export enum DrawingBoardModes {
RETRY = 'RETRY',
RETRY_EDIT = 'RETRY_EDIT',
VIEW = 'VIEW',
EDIT = 'EDIT',
OLD_VIEW_EDIT = 'OLD_VIEW_EDIT',
CREATE = 'CREATE'
}