Interface Configuration

interface Configuration {
    apiKey: string;
    baseUrl?: string;
    fetch?: FetchAPI;
    headers?: Record<string, string>;
    logger?: Logger;
    tenantOrgId?: string;
}

Properties

apiKey: string
baseUrl?: string
fetch?: FetchAPI
headers?: Record<string, string>
logger?: Logger
tenantOrgId?: string

Generated using TypeDoc