interface ParsedCommentResponse {
    data: NicoNama.CommentResponse;
    type: "comment";
}

Properties

Properties

type: "comment"