@azure/eventgrid
Version:
An isomorphic client library for the Azure Event Grid service.
12 lines • 480 B
TypeScript
import * as coreClient from "@azure/core-client";
import { GeneratedClientOptionalParams } from "./models/index.js";
/** @internal */
export declare class GeneratedClientContext extends coreClient.ServiceClient {
apiVersion: string;
/**
* Initializes a new instance of the GeneratedClientContext class.
* @param options The parameter options
*/
constructor(options?: GeneratedClientOptionalParams);
}
//# sourceMappingURL=generatedClientContext.d.ts.map