UNPKG

featherbone-shipengine

Version:

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

4 lines (3 loc) 226 B
import { GetRatesWithShipmentDetailsTypes } from "."; import { Response } from "./types/private"; export declare function formatResponse(response: Response.CalculateRatesResponseBody): GetRatesWithShipmentDetailsTypes.Result;