We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb7098 commit 361addbCopy full SHA for 361addb
1 file changed
src/interface.ts
@@ -51,17 +51,6 @@ export interface ICourses {
51
name: string;
52
}
53
54
-export interface IAdminUpload {
55
- form_data: FormData;
56
- files: File[];
57
- public_ids: Array<string>;
58
- subject: string;
59
- slot: string;
60
- year: string;
61
- exam: "CAT-1" | "CAT-2" | "FAT";
62
- is_pdf: boolean;
63
-}
64
-
65
export interface APIResponse {
66
message: string;
67
status: number;
0 commit comments