@thepalaceproject/circulation-admin
    Preparing search index...
    interface ServiceEditFormState {
        expandedLibraries: string[];
        libraries: LibraryWithSettingsData[];
        parentId: string;
        protocol: string;
        selectedLibrary: string;
    }
    Index

    Properties

    expandedLibraries: string[]
    parentId: string
    protocol: string
    selectedLibrary: string