import { FetchStateAndError, FetchedState, ID } from '../../../../commonStateTypes/common'; export interface PaymentAccountListState extends FetchedState { paymentAccountBalanceFetchStatus: Record; paymentAccountIds: ID[]; unlinkingAccountStatus: Record; }