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

    Type Alias LiveTimeSlot

    Time entry for shows or attraction operating hours

    type LiveTimeSlot = {
        endTime?: string | null;
        startTime?: string | null;
        type: string;
    }
    Index

    Properties

    endTime?: string | null

    End time

    startTime?: string | null

    Start time

    type: string

    Type of time entry