Hiyve Components - v1.0.0
    Preparing search index...

    Interface HttpClientOptions

    interface HttpClientOptions {
        apiKey?: string | null;
        baseUrl: string;
        getAccessToken?: () => string | null;
        timeout?: number;
    }
    Index

    Properties

    apiKey?: string | null
    baseUrl: string
    getAccessToken?: () => string | null
    timeout?: number