You've already forked isop-mirror
feat: add interface for new internship status objects
This commit is contained in:
@@ -10,6 +10,12 @@ export interface InternshipStatusData {
|
||||
modified_by: User;
|
||||
};
|
||||
|
||||
export interface NewInternshipStatusData {
|
||||
internship_id: number;
|
||||
status: InternshipStatus;
|
||||
note: string;
|
||||
};
|
||||
|
||||
export enum InternshipStatus {
|
||||
SUBMITTED = 'SUBMITTED',
|
||||
CONFIRMED = 'CONFIRMED',
|
||||
|
||||
Reference in New Issue
Block a user