Files
edbridge-scholars/src/types/testdate.ts
shafin-r 61061001f9 fix(ui): change tab names
fix(api): change api url
2026-01-17 18:37:37 +06:00

12 lines
241 B
TypeScript

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;
}