interface Reaction {
    key: string;
    value: number;
}

Properties

Properties

key: string
value: number