common-spectrum
    Preparing search index...

    Interface DifferentType

    interface DifferentType {
        count: number;
        key: string;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    count: number
    key: string
    values: string[]