lemmy-js-client
    Preparing search index...

    Type Alias ListCommentLikes

    List comment likes. Admins-only.

    type ListCommentLikes = {
        comment_id: CommentId;
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
    }
    Index

    Properties

    comment_id: CommentId
    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor