UNPKG

nowpayments-api-typescript

Version:
6 lines (5 loc) 111 B
export interface IGetEstimatePrice { amount: number; currency_from: string; currency_to: string; }