UNPKG

shipstation-client

Version:
49 lines (43 loc) 1.41 kB
/* tslint:disable */ /* eslint-disable */ /** * ShipStation API v2 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ // May contain unused imports in some cases // @ts-ignore import type { Batch } from './batch'; // May contain unused imports in some cases // @ts-ignore import type { BatchStatus } from './batch-status'; // May contain unused imports in some cases // @ts-ignore import type { LabelDownload } from './label-download'; // May contain unused imports in some cases // @ts-ignore import type { LabelFormat } from './label-format'; // May contain unused imports in some cases // @ts-ignore import type { LabelLayout } from './label-layout'; // May contain unused imports in some cases // @ts-ignore import type { ModelError } from './model-error'; // May contain unused imports in some cases // @ts-ignore import type { OptionalLink } from './optional-link'; // May contain unused imports in some cases // @ts-ignore import type { PaperlessDownload } from './paperless-download'; /** * @type CreateBatchResponseBody * A create batch response body * @export */ export type CreateBatchResponseBody = Batch;