template preparation
This commit is contained in:
parent
5f18e614be
commit
6cb8ca0a12
16 changed files with 414 additions and 21 deletions
8
src/viewmodel/admin/templateUsage.models.ts
Normal file
8
src/viewmodel/admin/templateUsage.models.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { PermissionModule } from "../../type/permissionTypes";
|
||||
|
||||
export interface TemplateUsageViewModel {
|
||||
scope: PermissionModule;
|
||||
header: { id: number; template: string } | null;
|
||||
body: { id: number; template: string } | null;
|
||||
footer: { id: number; template: string } | null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue