Interface ListCommentLikes

interface ListCommentLikes {
    comment_id: number;
    limit?: number;
    page?: number;
}

Properties

comment_id: number
limit?: number
page?: number