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

    Interface LibrariesStateProps

    Right panel for library configuration on the system configuration page. Shows a list of current libraries and allows creating a new library or editing or deleting an existing library.

    interface LibrariesStateProps {
        additionalData?: LanguagesData;
        data?: LibrariesData;
        fetchError?: FetchErrorData;
        formError?: FetchErrorData;
        isFetching?: boolean;
        responseBody?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalData?: LanguagesData
    fetchError?: FetchErrorData
    formError?: FetchErrorData
    isFetching?: boolean
    responseBody?: string