# PropInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L31)

Information about a prop definition

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `string` |
| `required` | `boolean` |
| `defaultValue` | `string` |
| `description` | `string` |
