diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:44:30 -0600 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:44:30 -0600 |
| commit | e40f07211f5f15dcb138e2520a76d13afd3c0cfd (patch) | |
| tree | 46bad6a17e66d55a4a65088c0b6eb8c48641615a /frontend/src/types/Content.ts | |
| parent | added prettier for more consistency (diff) | |
| download | lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.tar.gz lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.tar.bz2 lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.zip | |
formatted with prettier
Diffstat (limited to 'frontend/src/types/Content.ts')
| -rw-r--r-- | frontend/src/types/Content.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/types/Content.ts b/frontend/src/types/Content.ts index 775fab4..77b3970 100644 --- a/frontend/src/types/Content.ts +++ b/frontend/src/types/Content.ts | |||
| @@ -6,18 +6,18 @@ export interface ModMenuContent { | |||
| 6 | showcase: string; | 6 | showcase: string; |
| 7 | description: string; | 7 | description: string; |
| 8 | category_id: number; | 8 | category_id: number; |
| 9 | }; | 9 | } |
| 10 | 10 | ||
| 11 | export interface MapDiscussionContent { | 11 | export interface MapDiscussionContent { |
| 12 | title: string; | 12 | title: string; |
| 13 | content: string; | 13 | content: string; |
| 14 | }; | 14 | } |
| 15 | 15 | ||
| 16 | export interface MapDiscussionCommentContent { | 16 | export interface MapDiscussionCommentContent { |
| 17 | comment: string; | 17 | comment: string; |
| 18 | }; | 18 | } |
| 19 | 19 | ||
| 20 | export interface UploadRunContent { | 20 | export interface UploadRunContent { |
| 21 | host_demo: File | null; | 21 | host_demo: File | null; |
| 22 | partner_demo: File | null; | 22 | partner_demo: File | null; |
| 23 | }; | 23 | } |