@thepalaceproject/circulation-admin
    Preparing search index...
    • Try to fetch report information from the backend. If successful, it will be used in the confirmation view.

      param library: The name of the library for which to request information. param show: Whether to show the modal or not. If false, the modal will be hidden and no information will be fetched from

      Parameters

      Returns {
          collections: InventoryReportCollectionInfo[];
          error: unknown;
          fetchStatus: FetchStatus;
          isError: boolean;
          isSuccess: boolean;
      }