Skip to content

Commit 361addb

Browse files
committed
refactor: removed unused IAdminUpload interface
1 parent 3bb7098 commit 361addb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/interface.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ export interface ICourses {
5151
name: string;
5252
}
5353

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-
6554
export interface APIResponse {
6655
message: string;
6756
status: number;

0 commit comments

Comments
 (0)