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 {
|
export interface NewInternshipStatusData {
|
||||||
internship_id: number;
|
|
||||||
status: InternshipStatus;
|
status: InternshipStatus;
|
||||||
note: string;
|
note: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user