Skip to content

api-morph / ParsedOperation

Interface: ParsedOperation

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

OperationComposer 解析后的结果

Properties

method

method: HttpMethod

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

HTTP 方法


operation

operation: OperationObject

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

操作对象


path

path: string

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

API 路径

基于 MIT 许可证发布