Spaces:
Configuration error
Configuration error
File size: 191 Bytes
5641073 |
1 2 3 4 |
import { MultiSegmentArena } from "./multi-segment-arena";
import { SingleSegmentArena } from "./single-segment-arena";
export declare type AnyArena = MultiSegmentArena | SingleSegmentArena;
|