lemmy-js-client
    Preparing search index...

    Type Alias CommentActions

    type CommentActions = {
        like_score?: number;
        liked_at?: string;
        saved_at?: string;
    }
    Index

    Properties

    like_score?: number

    The like / score for the comment.

    liked_at?: string

    When the comment was liked.

    saved_at?: string

    When the comment was saved.