masto
    Preparing search index...

    Interface Reaction

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

    Properties

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