Interface POSTDocCommentBody

interface POSTDocCommentBody {
    content: string;
}

Properties

Properties

content: string

The content of the doc comment (min length 1; max length 10000)