Interface Reaction

interface Reaction {
    count: number;
    me: boolean;
    name: string;
    staticUrl: string;
    url: string;
}

Properties

count: number
me: boolean
name: string
staticUrl: string
url: string