Interface ListPostLikesResponse

interface ListPostLikesResponse {
    post_likes: VoteView[];
}

Properties

Properties

post_likes: VoteView[]