UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

6 lines (5 loc) 187 B
/** NumericCurrency so that we don't have to convert from the string Currency all over the place */ export interface NumericCurrency { currency: string; amount: number | undefined; }