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

    Type Alias HTTPParameter

    type HTTPParameter = {
        description: string;
        example?: any;
        name: string;
        required?: boolean;
        type: string;
    }
    Index

    Properties

    description: string
    example?: any
    name: string
    required?: boolean
    type: string