Interface IHSRForgottenHall

interface IHSRForgottenHall {
    all_floor_detail: any;
    battle_num: number;
    begin_time: IHSRForgottenHallTime;
    end_time: IHSRForgottenHallTime;
    has_data: boolean;
    max_floor: string;
    max_floor_detail: any;
    schedule_id: number;
    star_num: number;
}

Properties

all_floor_detail: any
battle_num: number
has_data: boolean
max_floor: string
max_floor_detail: any
schedule_id: number
star_num: number