template storing
This commit is contained in:
parent
98477eafde
commit
160d82459d
12 changed files with 386 additions and 1 deletions
9
src/viewmodel/admin/template.models.ts
Normal file
9
src/viewmodel/admin/template.models.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
export interface TemplateViewModel {
|
||||
id: number;
|
||||
template: string;
|
||||
description: string | null;
|
||||
design: object;
|
||||
headerHTML: string;
|
||||
bodyHTML: string;
|
||||
footerHTML: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue