Interface MediaCommentResponse

interface MediaCommentResponse {
    comment: MediaCommentResponseComment;
    status: string;
}

Properties

Properties

status: string