# ValidationResult

**Kind:** Interface

**Source:** `Frontend/src/app/components/configuration/templates/html-templates-variable.ts` (line 46)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `isValid` | `boolean` |
| `unknownVariables` | `string[]` |
| `usedVariables` | `string[]` |
| `errors` | `string[]` |
