Interface POSTDocCommentResponse

interface POSTDocCommentResponse {
    docComment: APIDocComment;
}

Properties

Properties

docComment: APIDocComment