You've already forked isop-mirror
feat: add InternshipFilter interface
This commit is contained in:
@@ -27,6 +27,13 @@ export interface NewInternship {
|
|||||||
position_description: string;
|
position_description: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export interface InternshipFilter {
|
||||||
|
year: number | null;
|
||||||
|
company: string | null;
|
||||||
|
study_programe: string | null;
|
||||||
|
student: string | null;
|
||||||
|
};
|
||||||
|
|
||||||
export function convertDate(date: string): Date {
|
export function convertDate(date: string): Date {
|
||||||
const matcher = /^\d\d.\d\d.\d\d\d\d$/;
|
const matcher = /^\d\d.\d\d.\d\d\d\d$/;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user