diff options
Diffstat (limited to 'frontend/src/types/Map.ts')
| -rw-r--r-- | frontend/src/types/Map.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/types/Map.ts b/frontend/src/types/Map.ts index 4f8eabf..b12d965 100644 --- a/frontend/src/types/Map.ts +++ b/frontend/src/types/Map.ts | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import type { Category, GameCategoryPortals } from '@customTypes/Game'; | 1 | import type { Category, GameCategoryPortals } from "@customTypes/Game"; |
| 2 | import type { Pagination } from '@customTypes/Pagination'; | 2 | import type { Pagination } from "@customTypes/Pagination"; |
| 3 | import type { UserShort } from '@customTypes/Profile'; | 3 | import type { UserShort } from "@customTypes/Profile"; |
| 4 | 4 | ||
| 5 | export interface Map { | 5 | export interface Map { |
| 6 | id: number; | 6 | id: number; |