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

    Type Alias DestinationRegistryEntry

    type DestinationRegistryEntry = {
        category: string | string[];
        DestinationClass: new () => Destination;
        id: string;
        name: string;
        sourceFilePath?: string;
    }
    Index

    Properties

    category: string | string[]

    Category or categories for grouping

    DestinationClass: new () => Destination

    Destination class constructor

    id: string

    Unique identifier for the destination (derived from class name)

    name: string

    Display name (derived from class name)

    sourceFilePath?: string

    Source file path (for type generation)