# TranslationPromptInput

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/l10n/translation-format.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/l10n/translation-format.ts#L29)

## Properties

| Property | Type |
|---|---|
| `sourceLanguage` | `string` |
| `targetLanguage` | `string` |
| `title` | `string` |
| `markdown` | `string` |
| `glossary` | `GlossaryTerm[]` |
