UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 518 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as UUIDAPI from 'cloudflare/resources/dcv-delegation/uuid'; export class DCVDelegation extends APIResource { constructor() { super(...arguments); this.uuid = new UUIDAPI.UUID(this._client); } } (function (DCVDelegation) { DCVDelegation.UUID = UUIDAPI.UUID; })(DCVDelegation || (DCVDelegation = {})); //# sourceMappingURL=dcv-delegation.mjs.map