iotroam
    Preparing search index...

    Type Alias ClientConfig

    type ClientConfig = {
        apiKey: string;
        baseURL?: string | URL;
        fetchImpl?: typeof fetch;
    }
    Index

    Properties

    apiKey: string
    baseURL?: string | URL
    fetchImpl?: typeof fetch