From 89560a61bc6e41d86acaea596762eda2da38fe50 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:29:42 +0300 Subject: refactor: upload run form, lots of random shit --- frontend/src/types/Content.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'frontend/src/types/Content.tsx') diff --git a/frontend/src/types/Content.tsx b/frontend/src/types/Content.tsx index e593505..5733f1f 100644 --- a/frontend/src/types/Content.tsx +++ b/frontend/src/types/Content.tsx @@ -16,3 +16,11 @@ export interface MapDiscussionContent { export interface MapDiscussionCommentContent { comment: string; }; + +export interface UploadRunContent { + map_id: number; + host_demo: File | null; + partner_demo: File | null; + partner_id?: string; + is_partner_orange?: boolean; +}; -- cgit v1.2.3