UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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