import { CurrencyType } from '../enums/CurrencyType'; export interface BaseParamsType { returnUrl: string; cancelUrl: string; notifyUrl: string; order_id: string; itemTitle: string; currency: CurrencyType; platform: string; custom1: string; custom2: string; hash?: string; }