UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

21 lines (19 loc) 457 B
const { FreightApp } = require("@shipengine/connect-freight-api"); const { ConnectFreightCarrier, FreightQuote, FreightShipmentDocuments, FreightSpotQuote, ScheduleFreightPickup, TrackFreightShipment } = require("./methods"); const { Metadata } = require("./definitions"); module.exports = { Metadata, ConnectFreightCarrier, FreightQuote, FreightShipmentDocuments, FreightSpotQuote, ScheduleFreightPickup, TrackFreightShipment };