print file with appendix

This commit is contained in:
Julian Krauser 2025-07-12 16:38:14 +02:00
parent 9ef82adef7
commit 98ce39efc5
7 changed files with 97 additions and 24 deletions

View file

@ -11,6 +11,8 @@ declare global {
export interface Request {
userId: string;
username: string;
firstname: string;
lastname: string;
isOwner: boolean;
permissions: PermissionObject;
isPWA: boolean;