changed data structure to single html

This commit is contained in:
Julian Krauser 2024-12-22 17:29:11 +01:00
parent 160d82459d
commit 5f18e614be
7 changed files with 8 additions and 28 deletions

View file

@ -3,7 +3,5 @@ export interface TemplateViewModel {
template: string;
description: string | null;
design: object;
headerHTML: string;
bodyHTML: string;
footerHTML: string;
html: string;
}