# Symbol

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/parser/interfaces/code-parser.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/parser/interfaces/code-parser.interface.ts#L19)

## 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` |
