import { FetchStateAndError, FetchedState } from '../../../../commonStateTypes/common'; export interface ChargeCardSetupViewState extends FetchedState { earlyPayFetchStatus: FetchStateAndError; expressInterestInChargeCardStatus: FetchStateAndError; isRefreshingViewInBackground: boolean; chargeCardTermsDetails?: { fetchStatus: FetchStateAndError; }; }