Skip to content

Commit

Permalink
chore(enum): EditorType에 READ, WRITE타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Apr 14, 2024
1 parent d1a7b5e commit 3d48026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enum/editorType.enum.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
enum EditorType {
EDIT = "EDIT",
CREATE = "CREATE",
READ = "READ",
WRITE = "WRITE",
}

export default EditorType;

0 comments on commit 3d48026

Please sign in to comment.