UNPKG

orb-billing

Version:

The official TypeScript library for the Orb API

12 lines (8 loc) 250 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import type { Orb } from './index'; export abstract class APIResource { protected _client: Orb; constructor(client: Orb) { this._client = client; } }