UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 157 B
/** @description Basic structure for defining an amount of money and its currency */ export interface Currency { currency: string; amount: string; }