export interface ITokenChargeResultDTO { amountCharged: number; balance: number; }