added member names to training reports
This commit is contained in:
@@ -42,6 +42,8 @@ export interface CourseAttendee {
|
||||
created_at: string; // datetime → ISO string
|
||||
updated_at: string; // datetime → ISO string
|
||||
remarks: string | null;
|
||||
|
||||
attendee_name: string | null;
|
||||
}
|
||||
|
||||
export interface CourseAttendeeRole {
|
||||
@@ -68,6 +70,8 @@ export interface RawAttendeeRow {
|
||||
role_deleted: number | null;
|
||||
role_created_at: string | null;
|
||||
role_updated_at: string | null;
|
||||
|
||||
attendee_name: string | null;
|
||||
}
|
||||
|
||||
export interface CourseEventSummary {
|
||||
|
||||
Reference in New Issue
Block a user