Interface Reaction

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

Properties

Properties

key: string
src?: string
value: number