added API support for posting training reports

This commit is contained in:
2025-11-16 10:10:09 -05:00
parent 0ff3fc58de
commit 810a15d279
3 changed files with 47 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ export interface Course {
}
export interface CourseEventDetails {
id: number; // PK
id: number | null; // PK
course_id: number | null; // FK → courses.id
event_type: number | null; // FK → event_types.id
event_date: string; // datetime (not nullable)