interface ConfigurationParameters {
    basePath?: string;
    headers?: Record<string, string>;
}

Properties

Properties

basePath?: string
headers?: Record<string, string>

Generated using TypeDoc