initial commit
This commit is contained in:
@@ -3,3 +3,9 @@ export enum OperationMode {
|
||||
EDIT,
|
||||
DELETE,
|
||||
}
|
||||
|
||||
export const OperationModeLabels: Record<OperationMode, string> = {
|
||||
[OperationMode.ADD]: "Add",
|
||||
[OperationMode.EDIT]: "Edit",
|
||||
[OperationMode.DELETE]: "Delete",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user