diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
| commit | f1798f570d645c5148908461064e402baadd2ed1 (patch) | |
| tree | 9990b4c94a406d712b50f10e9d53dab63696f9f1 /frontend/src/types | |
| parent | chore: frontend package stuff (diff) | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.gz lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.bz2 lphub-f1798f570d645c5148908461064e402baadd2ed1.zip | |
feat/frontend: update tailwind to main branch
Diffstat (limited to 'frontend/src/types')
| -rw-r--r-- | frontend/src/types/Map.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/types/Map.ts b/frontend/src/types/Map.ts index 6a42c2a..a5c9404 100644 --- a/frontend/src/types/Map.ts +++ b/frontend/src/types/Map.ts | |||
| @@ -80,7 +80,8 @@ interface MapSummaryMap { | |||
| 80 | map_name: string; | 80 | map_name: string; |
| 81 | is_coop: boolean; | 81 | is_coop: boolean; |
| 82 | is_disabled: boolean; | 82 | is_disabled: boolean; |
| 83 | } | 83 | difficulty: number; |
| 84 | }; | ||
| 84 | 85 | ||
| 85 | interface MapSummaryDetails { | 86 | interface MapSummaryDetails { |
| 86 | routes: MapSummaryDetailsRoute[]; | 87 | routes: MapSummaryDetailsRoute[]; |