export interface IStartTransactionDTO { balance: number; balanceAfterTransaction: number; isTransactionValid: boolean; }