refactor(backend): ClassJoinRequestStatus -> common
This commit is contained in:
parent
9470a4ddf9
commit
f07a1ec867
3 changed files with 7 additions and 7 deletions
5
common/src/util/class-join-request.ts
Normal file
5
common/src/util/class-join-request.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export enum ClassJoinRequestStatus {
|
||||
Open = 'open',
|
||||
Accepted = 'accepted',
|
||||
Declined = 'declined',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue