UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 540 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as R2API from 'cloudflare/resources/event-notifications/r2/r2'; export class EventNotifications extends APIResource { constructor() { super(...arguments); this.r2 = new R2API.R2(this._client); } } (function (EventNotifications) { EventNotifications.R2 = R2API.R2; })(EventNotifications || (EventNotifications = {})); //# sourceMappingURL=event-notifications.mjs.map