# IndexDefinition

**Kind:** Interface

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

Index definition

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `fields` | `string[]` |
| `unique` | `boolean` |
| `type` | `'btree' | 'hash' | 'gin' | 'gist' | 'fulltext'` |
