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

    Interface CustomListData

    interface CustomListData {
        collections?: CollectionData[];
        entry_count?: number;
        id?: string | number;
        is_owner: boolean;
        is_shared: boolean;
        name: string;
    }
    Index

    Properties

    collections?: CollectionData[]

    Optionalentry_count

    entry_count?: number
    id?: string | number
    is_owner: boolean
    is_shared: boolean
    name: string