ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Type Alias EntitySchedule

    Represents the schedule for a specific park entity

    type EntitySchedule = {
        id: string;
        schedule: ScheduleEntry[];
    }
    Index

    Properties

    Properties

    id: string

    Identifier of the park entity this schedule belongs to

    schedule: ScheduleEntry[]

    Array of schedule entries for the park