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

    A single entry in the associated-items disclosure panel.

    interface AssociatedEntry {
        href?: string;
        label: string;
        pinned?: boolean;
        suffix?: string;
    }
    Index

    Properties

    href?: string
    label: string
    pinned?: boolean
    suffix?: string