UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 458 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class Profile extends APIResource { /** * Accesses your billing profile object. */ get(options) { return this._client.get('/user/billing/profile', options)._thenUnwrap((obj) => obj.result); } } (function (Profile) { })(Profile || (Profile = {})); //# sourceMappingURL=profile.mjs.map