Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts
Properties
| Property | Type |
|---|---|
controller | string |
name | string |
method | string |
path | string |
responseType | string |
pathUnresolved | boolean |
pathParams | Array<{ name: string; type: string; required: boolean }> |
queryParams | Array<{ name: string; type: string; required: boolean }> |
requestBody | { type: string } |
handler | string |
docComment | string |
line | number |
endLine | number |
Was this page helpful?