@coingate/coingate-sdk
Version:
Coingate package
9 lines (8 loc) • 484 B
TypeScript
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;
};