#30 Attendance list with all members
This commit is contained in:
parent
161a9dc51c
commit
5d3f8ea46a
14 changed files with 185 additions and 39 deletions
|
@ -1,7 +1,7 @@
|
|||
import { PermissionModule } from "../../type/permissionTypes";
|
||||
|
||||
export interface TemplateUsageViewModel {
|
||||
scope: PermissionModule;
|
||||
scope: `${PermissionModule}`|`${PermissionModule}.${string}`;
|
||||
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