UNPKG

@mcma/client

Version:

Node module with classes and functions used to access services in an MCMA environment

7 lines (6 loc) 198 B
import { HttpClientConfig } from "../http"; export interface ResourceManagerConfig { serviceRegistryUrl: string; serviceRegistryAuthType?: string; httpClientConfig?: HttpClientConfig; }