UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 148 B
import { Rate } from '..'; /** @description Basic structure for a response to get rates */ export interface GetRatesResponse { rates: Rate[]; }