@coopenomics/sdk
    Preparing search index...

    Interface KeyWeight

    interface KeyWeight {
        key: string;
        weight: number;
    }
    Index

    Properties

    Properties

    key: string
    weight: number