change folder structure
This commit is contained in:
parent
a332e4d779
commit
a09c75a998
167 changed files with 262 additions and 246 deletions
7
src/viewmodel/admin/configuration/template.models.ts
Normal file
7
src/viewmodel/admin/configuration/template.models.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface TemplateViewModel {
|
||||
id: number;
|
||||
template: string;
|
||||
description: string | null;
|
||||
design: object;
|
||||
html: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue