You've already forked isop-mirror
refact: remove internship ID property from new internship type
This commit is contained in:
@@ -11,7 +11,6 @@ export interface InternshipStatusData {
|
||||
};
|
||||
|
||||
export interface NewInternshipStatusData {
|
||||
internship_id: number;
|
||||
status: InternshipStatus;
|
||||
note: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user