fixed types

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 10:13:34 +00:00
committed by GitHub
parent 69c212f803
commit 945a1b96e0
+1 -1
View File
@@ -14,7 +14,7 @@ declare interface MarkerData {
latitude: number;
longitude: number;
id: number;
title: string;
title?: string;
profile_image_url: string;
car_image_url: string;
car_seats: number;