@thepalaceproject/circulation-admin
    Preparing search index...
    default: ConnectedComponent<
        typeof CustomListsForBook,
        Omit<
            ClassAttributes<CustomListsForBook> & CustomListsForBookProps,

                | "isFetching"
                | "fetchError"
                | "customListsForBook"
                | "allCustomLists"
                | "fetchAllCustomLists"
                | "fetchCustomListsForBook"
                | "editCustomListsForBook",
        > & CustomListsForBookOwnProps,
    > = ...