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

    Type Alias ScheduleEntry

    Represents a single schedule entry

    type ScheduleEntry = {
        closingTime: string;
        date: string;
        description?: string;
        openingTime: string;
        type: ScheduleType;
    }
    Index

    Properties

    closingTime: string

    Closing time for this schedule entry

    date: string

    The date of the schedule entry, YYYY-MM-DD format

    description?: string

    Optional description of the schedule entry

    openingTime: string

    Opening time for this schedule entry

    Type of schedule entry e.g. OPERATING, EXTRA_HOURS, etc.