UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

15 lines (11 loc) 467 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../resource"; import * as UUIDAPI from "./uuid"; export class DCVDelegation extends APIResource { uuid: UUIDAPI.UUID = new UUIDAPI.UUID(this._client); } export namespace DCVDelegation { export import UUID = UUIDAPI.UUID; export import DCVDelegationUUID = UUIDAPI.DCVDelegationUUID; export import UUIDGetParams = UUIDAPI.UUIDGetParams; }