added API support for posting training reports
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user