@azure/eventgrid-system-events
Version:
An isomorphic client library for the Azure Event Grid service.
12 lines • 568 B
TypeScript
import { Pipeline } from "@azure/core-rest-pipeline";
import "./models/options.js";
import { SystemEventsClientOptionalParams } from "./api/index.js";
export { SystemEventsClientOptionalParams } from "./api/systemEventsContext.js";
export declare class SystemEventsClient {
private _client;
/** The pipeline used by this client to make requests */
readonly pipeline: Pipeline;
/** Azure Messaging EventGrid SystemEvents */
constructor(endpoint: string, options?: SystemEventsClientOptionalParams);
}
//# sourceMappingURL=SystemEventsClient.d.ts.map