Interface ICategoricalBin

interface ICategoricalBin {
    cat: string;
    count: number;
}

Properties

Properties

cat: string
count: number