export interface ITokenChargeDTO { amount: number; transactionId?: string; reason: string; }