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

    Interface LibraryRegistrationData

    interface LibraryRegistrationData {
        access_problem?: ProblemDetail;
        id: string | number;
        libraries: LibraryDataWithStatus[];
        terms_of_service_html?: string;
        terms_of_service_link?: string;
    }
    Index

    Properties

    access_problem?: ProblemDetail
    id: string | number
    terms_of_service_html?: string
    terms_of_service_link?: string