UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 145 B
/** @description Basic structure for dimensions */ export interface Dimensions { length?: number; width?: number; height?: number; }