Skip to content

Interface: ExternalDocsTagParams

Defined in: src/types/parser.ts:165

外部文档标签内联参数类型

Properties

description?

optional description: string

Defined in: src/types/parser.ts:169

外部文档描述


url

url: string

Defined in: src/types/parser.ts:167

外部文档URL


yaml

yaml: Record<string, unknown>

Defined in: src/types/parser.ts:171

YAML参数对象

基于 MIT 许可证发布