# PromptTemplate

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/types/ai.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/types/ai.ts#L53)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `category` | `'enhancement' | 'generation' | 'analysis' | 'custom'` |
| `template` | `string` |
| `variables` | `string[]` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
