UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

7 lines (6 loc) 244 B
import { RelayPointAddress } from './relay-point-address'; /** @description Details of the relay points to be used to create labels */ export declare class RelayPointDetails { ship_to: RelayPointAddress; ship_from: RelayPointAddress; }