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

    Interface CustomListsForBookStateProps

    interface CustomListsForBookStateProps {
        allCustomLists?: CustomListData[];
        customListsForBook?: CustomListData[];
        fetchError?: FetchErrorData;
        isFetching?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allCustomLists?: CustomListData[]
    customListsForBook?: CustomListData[]
    fetchError?: FetchErrorData
    isFetching?: boolean