import { FetchStateAndError, ID } from '../../../commonStateTypes/common'; export interface InvoicingTransactionDetailViewState extends FetchStateAndError { /** * Lifecycle action fetch state per payment id — a write against the payment, * so it lives with the rest of this screen's state. */ actionStateById: Record; id?: ID; }