#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

@ -13,7 +13,7 @@ export abstract class PdfExport {
saveToDisk = true,
folder = "",
}: {
template: PermissionModule;
template: `${PermissionModule}`|`${PermissionModule}.${string}`;
title?: string;
filename?: string;
data?: any;