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

    Type Alias StatusMapConfig

    Declarative status mapping for park implementations.

    Replaces per-park switch statements with a config-driven approach. Includes unknown-state logging to catch API changes.

    type StatusMapConfig = {
        CLOSED?: string[];
        DOWN?: string[];
        OPERATING?: string[];
        REFURBISHMENT?: string[];
    }
    Index

    Properties

    CLOSED?: string[]
    DOWN?: string[]
    OPERATING?: string[]
    REFURBISHMENT?: string[]