UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 213 B
/** @description Types of documents */ export declare enum DocumentType { Label = "label", CustomsForm = "customs_form", CommercialInvoice = "commercial_invoice", BillOfLading = "bill_of_lading" }