Interface ReactionTypePaid

The reaction is paid.

interface ReactionTypePaid {
    type: "paid";
}

Properties

Properties

type: "paid"

Type of the reaction, always “paid”