# HookEntity

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts#L917)

Hook entity (React)

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.HOOK` |
| `returnType` | `string` |
| `parameters` | `ParameterDefinition[]` |
| `dependencies` | `string[]` |
| `isCustom` | `boolean` |
