Files

7 lines
216 B
JavaScript
Raw Permalink Normal View History

2026-03-12 12:47:56 +08:00
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export class APIResource {
constructor(client) {
this._client = client;
}
}
//# sourceMappingURL=resource.mjs.map