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