Interface: TemplateSchema
Defined in: packages/sdk/src/types.ts:406
A template's variable contract (from GET /v1/templates/:key/schema).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
dataSchema | TemplateDataSchemaEntry[] | The variables this template reads, by dotted path. Not enforced at send. | packages/sdk/src/types.ts:410 |
key | string | - | packages/sdk/src/types.ts:407 |
systemVars | readonly string[] | Values the renderer injects automatically; not overridable via data. | packages/sdk/src/types.ts:412 |
type | SendType | - | packages/sdk/src/types.ts:408 |