export enum ArenaKind {
  SINGLE_SEGMENT,
  MULTI_SEGMENT
}
