9 lines
299 B
JavaScript
9 lines
299 B
JavaScript
// File generated from our OpenAPI spec by Stainless.
|
|
import * as BatchesAPI from './cyclical-self.mjs'
|
|
export class Batches {}
|
|
export class BatchesPage {}
|
|
(function (Batches) {
|
|
Batches.BatchesPage = BatchesAPI.BatchesPage
|
|
// eslint-disable-next-line no-class-assign
|
|
})(Batches || (Batches = {}))
|