export enum EnumJoinRequestAction {
  OnLocalJoinRequestCreated = 'OnLocalJoinRequestCreated',
  OnLocalJoinRequestUpdated = 'OnLocalJoinRequestUpdated',
  OnLocalJoinRequestDeleted = 'OnLocalJoinRequestDeleted',
}
