export interface QuickBooksLinkedTxnDto { TxnId?: string; TxnType?: string; TxnLineId: string; }