Interface GETDocCommentResponse

interface GETDocCommentResponse {
    docComment: APIDocComment;
}

Properties

Properties

docComment: APIDocComment