Interface: TemplateDataSchemaEntry
Defined in: packages/sdk/src/types.ts:399
One declared template variable: a dotted path, its kind, and a sample value.
Properties
| Property | Type | Defined in |
|---|---|---|
kind | "string" | "number" | "boolean" | "object" | "array" | packages/sdk/src/types.ts:401 |
path | string | packages/sdk/src/types.ts:400 |
sample? | unknown | packages/sdk/src/types.ts:402 |