UNPKG

featherbone-shipengine

Version:

Forked and patched version of the official ShipEngine JavaScript SDK for Node.js

4 lines (3 loc) 219 B
import { GetRatesWithShipmentDetailsTypes } from "."; import { Request } from "./types/private"; export declare function formatParams(params: GetRatesWithShipmentDetailsTypes.Params): Request.CalculateRatesRequestBody;