UNPKG

@azure/eventgrid-system-events

Version:

An isomorphic client library for the Azure Event Grid service.

7 lines 191 B
import { Client } from "@azure-rest/core-client"; export interface Routes { } export type SystemEventsContext = Client & { path: Routes; }; //# sourceMappingURL=clientDefinitions.d.ts.map