diff --git a/frontend/app/types/internship_status.ts b/frontend/app/types/internship_status.ts index 01ff86d..6567eda 100644 --- a/frontend/app/types/internship_status.ts +++ b/frontend/app/types/internship_status.ts @@ -11,7 +11,6 @@ export interface InternshipStatusData { }; export interface NewInternshipStatusData { - internship_id: number; status: InternshipStatus; note: string; };