@shortcut/client
    Preparing search index...

    Interface Reaction

    interface Reaction {
        author?: MemberSlim;
        comment?: CommentSlim;
        created_at?: string;
        emoji?: string;
        entity_type?: "reaction";
        id?: string;
        uri?: string;
    }
    Index

    Properties

    author?: MemberSlim

    The Member who created the Doc.

    comment?: CommentSlim
    created_at?: string

    The time/date the Reaction was created.

    date-time

    emoji?: string

    The emoji used for the Reaction.

    entity_type?: "reaction"

    The type of this entity.

    id?: string

    The unique ID of the Reaction.

    uuid

    uri?: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$