OneSDK
    Preparing search index...

    Interface ReactionAction

    interface ReactionAction {
        data: { effect: boolean; reactions: Reaction[] };
        type: "reactions";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { effect: boolean; reactions: Reaction[] }
    type: "reactions"