Zamok Kiosk API
    Preparing search index...
    shelbyReducer: Reducer<
        {
            achAccountHolderInfo: null
            | AchAccountHolderInfo;
            bills: BillItem[];
            billsLoading: boolean;
            lookupState: LookupState;
            parcels: SearchResultItem[];
            paymentContactInfo: null | ContactInfo;
            paymentRecording: { error?: string; loading: boolean; recorded: boolean };
            taxBillInfo: TaxBillInfoState;
            taxBills: TaxBill[];
            workflows: ShelbyWorkflowsState;
        },
        AnyAction,
    > = ...