Interface DifferentType

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

Hierarchy

Properties

Properties

count: number
key: string
values: string[]