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

    Interface CustomListsForBookDispatchProps

    interface CustomListsForBookDispatchProps {
        editCustomListsForBook?: (url: string, data: FormData) => Promise<void>;
        fetchAllCustomLists?: () => Promise<CustomListsData>;
        fetchCustomListsForBook?: (url: string) => Promise<CustomListsData>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    editCustomListsForBook?: (url: string, data: FormData) => Promise<void>
    fetchAllCustomLists?: () => Promise<CustomListsData>
    fetchCustomListsForBook?: (url: string) => Promise<CustomListsData>