fix(ui): change tab names
fix(api): change api url
This commit is contained in:
11
src/types/testdate.ts
Normal file
11
src/types/testdate.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
export interface TestDate {
|
||||
action: ReactNode;
|
||||
test_date: string;
|
||||
registration_deadline: string;
|
||||
late_registration_deadline: string;
|
||||
location: string;
|
||||
is_digital: boolean;
|
||||
id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user