Interface PATCHDocCommentResponse

interface PATCHDocCommentResponse {
    docComment: APIDocComment;
}

Properties

Properties

docComment: APIDocComment