UNPKG

sambanova

Version:

The official TypeScript library for the Samba Nova API

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