interface OpenElevationApiClientConfig {
    apiDomain?: string;
    version?: string;
}

Properties

Properties

apiDomain?: string
version?: string