UNPKG

@azure/web-pubsub

Version:
14 lines 603 B
import * as coreClient from "@azure/core-client"; import { GeneratedClientOptionalParams } from "./models/index.js"; /** @internal */ export declare class GeneratedClientContext extends coreClient.ServiceClient { endpoint: string; apiVersion: string; /** * Initializes a new instance of the GeneratedClientContext class. * @param endpoint HTTP or HTTPS endpoint for the Web PubSub service instance. * @param options The parameter options */ constructor(endpoint: string, options?: GeneratedClientOptionalParams); } //# sourceMappingURL=generatedClientContext.d.ts.map