@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ComplaintsStateProps

    interface ComplaintsStateProps {
        complaints?: any;
        fetchError?: FetchErrorData;
        isFetching?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    complaints?: any
    fetchError?: FetchErrorData
    isFetching?: boolean