folder structure
This commit is contained in:
parent
5d3f8ea46a
commit
84e2ec72ac
242 changed files with 635 additions and 635 deletions
7
src/viewmodel/admin/settings/template.models.ts
Normal file
7
src/viewmodel/admin/settings/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