Interface: TemplateVersionResponse
Defined in: sdk/src/types.ts:102
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:103 |
templateId | string | sdk/src/types.ts:104 |
versionNumber | number | sdk/src/types.ts:105 |
mjmlSource | string | null | sdk/src/types.ts:106 |
htmlContent | string | sdk/src/types.ts:107 |
textContent | string | null | sdk/src/types.ts:108 |
variablesSchema | Record<string, unknown> | null | sdk/src/types.ts:109 |
createdBy | string | null | sdk/src/types.ts:110 |
createdAt | string | sdk/src/types.ts:111 |