export interface TimeLimit {
    centiseconds: number;
    cumulativeRoundIds: string[];
}
