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

    Interface ClassificationData

    interface ClassificationData {
        name: string;
        source: string;
        type: string;
        weight: number;
    }
    Index

    Properties

    Properties

    name: string
    source: string
    type: string
    weight: number