# HookInfo

**Kind:** Interface

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

Information about a hook usage

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `'built-in' | 'custom'` |
| `location` | `string` |
| `dependencies` | `string[]` |
