refact: remove internship ID property from new internship type

This commit is contained in:
Veronika Fehérvíziová
2025-11-01 21:05:34 +01:00
parent 95c49f89b3
commit f75b9650d0

View File

@@ -11,7 +11,6 @@ export interface InternshipStatusData {
};
export interface NewInternshipStatusData {
internship_id: number;
status: InternshipStatus;
note: string;
};