# TestTemplateData

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts#L153)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `category` | `TemplateCategory` |
| `content` | `string` |
| `thumbnail` | `string` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
