Interface MediaRepositoryCommentResponse

interface MediaRepositoryCommentResponse {
    comment: MediaRepositoryCommentResponseComment;
    status: string;
}

Properties

Properties

status: string