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

    Interface ContributorData

    interface ContributorData {
        name: string;
        role?: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    name: string
    role?: string
    uri?: string