Kind: Interface
Source: atloria-monorepo/packages/types/src/models/parser.ts
Properties
| Property | Type |
|---|---|
name | string |
type | SymbolType |
startLine | number |
endLine | number |
startColumn | number |
endColumn | number |
signature | string |
docstring | string |
modifiers | string[] |
parameters | Parameter[] |
returnType | string |
Was this page helpful?