aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-08-15 18:10:19 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-08-15 18:10:19 +0300
commitf1798f570d645c5148908461064e402baadd2ed1 (patch)
tree9990b4c94a406d712b50f10e9d53dab63696f9f1 /frontend/src/types
parentchore: frontend package stuff (diff)
parentfeat/backend: add newrelic integration (#274) (diff)
downloadlphub-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.ts3
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
85interface MapSummaryDetails { 86interface MapSummaryDetails {
86 routes: MapSummaryDetailsRoute[]; 87 routes: MapSummaryDetailsRoute[];