UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 189 B
/** @description Who provides insurance */ export declare enum InsuranceProviders { None = "None", ShipStation = "ShipStation", Carrier = "Carrier", External = "External" }