feat: Enhance document management with a first draft of upload and download functionalities (needs revision)

This commit is contained in:
2026-01-12 12:42:33 +01:00
parent 6e5b9cde68
commit 325bfbe19f
7 changed files with 276 additions and 53 deletions

View File

@ -22,6 +22,7 @@ export interface AttendanceRecord {
export interface DocumentItem {
id: number;
mimetype: string;
title: string;
url: string;
updated_at: string;