Move Participant role from integer to enum
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -20,7 +20,11 @@ export enum EventJoinOptions {
|
||||
}
|
||||
|
||||
export enum ParticipantRole {
|
||||
|
||||
NOT_APPROVED = 'not_approved',
|
||||
PARTICIPANT = 'participant',
|
||||
MODERATOR = 'moderator',
|
||||
ADMINSTRATOR = 'administrator',
|
||||
CREATOR = 'creator'
|
||||
}
|
||||
|
||||
export interface ICategory {
|
||||
|
||||
Reference in New Issue
Block a user