diff options
Diffstat (limited to 'frontend/src/types/Content.ts')
| -rw-r--r-- | frontend/src/types/Content.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/types/Content.ts b/frontend/src/types/Content.ts index 42a6917..775fab4 100644 --- a/frontend/src/types/Content.ts +++ b/frontend/src/types/Content.ts | |||
| @@ -18,7 +18,6 @@ export interface MapDiscussionCommentContent { | |||
| 18 | }; | 18 | }; |
| 19 | 19 | ||
| 20 | export interface UploadRunContent { | 20 | export interface UploadRunContent { |
| 21 | map_id: number; | ||
| 22 | host_demo: File | null; | 21 | host_demo: File | null; |
| 23 | partner_demo: File | null; | 22 | partner_demo: File | null; |
| 24 | }; | 23 | }; |