UNPKG

@coingate/coingate-sdk

Version:
9 lines (8 loc) 484 B
import { GetAccountParamsType } from '../../Modules/Ledger/types'; import { PaymentParamType } from '../../Modules/Order/types'; import { GetCurrenciesData, GetExchangeRateData, SeparatorType } from '../../Modules/Public/types'; import { RefundParamsType } from '../../Modules/Refunds/types'; export declare type BuildPathInput = { path: string; params?: GetExchangeRateData | GetCurrenciesData | PaymentParamType | SeparatorType | RefundParamsType | GetAccountParamsType; };