export interface ServiceContext { /** * The name of the service. */ serviceName: string; /** * The base url of the service API. */ serviceUrl: string; } //# sourceMappingURL=service.d.ts.map