Interface GistCommentData

Body for creating or updating a gist comment.

interface GistCommentData {
    body: string;
}

Properties

Properties

body: string

The comment body