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

    Interface BookCoverPreviewState

    interface BookCoverPreviewState {
        data: string;
        fetchError: RequestError;
        isFetching: boolean;
    }
    Index

    Properties

    data: string
    fetchError: RequestError
    isFetching: boolean