#30 Attendance list with all members

This commit is contained in:
Julian Krauser 2025-01-05 13:43:03 +01:00
parent 161a9dc51c
commit 5d3f8ea46a
14 changed files with 185 additions and 39 deletions

View file

@ -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;