Skip to content

CSharpEndpoint

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts

Properties

PropertyType
controllerstring
namestring
methodstring
pathstring
responseTypestring
pathUnresolvedboolean
pathParamsArray<{ name: string; type: string; required: boolean }>
queryParamsArray<{ name: string; type: string; required: boolean }>
requestBody{ type: string }
handlerstring
docCommentstring
linenumber
endLinenumber

Was this page helpful?

Download as PDF