UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

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