UNPKG

orb-billing

Version:

The official TypeScript library for the Orb API

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