UNPKG

orb-billing

Version:

The official TypeScript library for the Orb API

6 lines 181 B
import type { Orb } from "./index.js"; export declare abstract class APIResource { protected _client: Orb; constructor(client: Orb); } //# sourceMappingURL=resource.d.ts.map