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

    Type Alias HTTPRequestEntry

    type HTTPRequestEntry = {
        args: any[];
        cacheTtlSeconds?: number;
        className?: string;
        earliestExecute?: number;
        instance: any;
        methodName: string;
        request: HTTPRequestImpl;
        validateResponse?: any;
    }
    Index

    Properties

    args: any[]
    cacheTtlSeconds?: number
    className?: string
    earliestExecute?: number
    instance: any
    methodName: string
    request: HTTPRequestImpl
    validateResponse?: any