UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

9 lines (8 loc) 261 B
import { ResourceDownload } from '../resource-download'; /** @description Basic structure of a manifest */ export interface Manifest { manifest_id?: string; document_download?: ResourceDownload; document_href?: string; document_data?: string; }