UNPKG

@azure/eventgrid-system-events

Version:

An isomorphic client library for the Azure Event Grid service.

12 lines 581 B
import { ClientOptions } from "@azure-rest/core-client"; import { SystemEventsContext } from "./clientDefinitions.js"; /** The optional parameters for the client */ export interface SystemEventsContextOptions extends ClientOptions { } /** * Initialize a new instance of `SystemEventsContext` * @param endpointParam - The parameter endpointParam * @param options - the parameter for all optional parameters */ export default function createClient(endpointParam: string, options?: SystemEventsContextOptions): SystemEventsContext; //# sourceMappingURL=systemEventsClient.d.ts.map