UNPKG

shipstation-node

Version:
11 lines (10 loc) 262 B
export interface Dimensions { /** Length of the package. */ length: number; /** Width of the package. */ width: number; /** Height of the package. */ height: number; /** Units of measurement. */ units: 'inches' | 'centimeters'; }