UNPKG

nowpayments-api-typescript

Version:
9 lines (8 loc) 164 B
export interface IGetListPayments { limit?: number; page?: number; sortBy?: string; orderBy?: string; dateFrom?: string; dateTo?: string; }