themeparks - v7.0.0
    Preparing search index...

    Interface ThemeParksOptions

    interface ThemeParksOptions {
        baseUrl?: string;
        cache?: false | Cache | { maxEntries?: number };
        fetch?: FetchLike;
        retry?: Partial<RetryConfig>;
        timeoutMs?: number;
        userAgent?: string;
    }
    Index

    Properties

    baseUrl?: string
    cache?: false | Cache | { maxEntries?: number }
    fetch?: FetchLike
    retry?: Partial<RetryConfig>
    timeoutMs?: number
    userAgent?: string