Interface GETDocCommentsResponse

interface GETDocCommentsResponse {
    docComments: APIDocComment[];
}

Properties

Properties

docComments: APIDocComment[]