Type alias ReactionType

ReactionType: {
    created_at: string;
    id: string;
    reaction: string;
    room: string;
    user: UserType;
}

Type declaration

  • created_at: string

    When the reaction was created.

  • id: string

    Persistent unique id.

  • reaction: string

    Reaction type.

  • room: string

    Room id.

  • user: UserType

    Author.