From 945a1b96e03ade4c057f7c286f339f9abbe7d076 Mon Sep 17 00:00:00 2001 From: Sanidhya Kumar Verma Date: Wed, 4 Sep 2024 10:13:34 +0000 Subject: [PATCH] fixed types --- types/type.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/type.d.ts b/types/type.d.ts index 44c4ab5..17e044f 100644 --- a/types/type.d.ts +++ b/types/type.d.ts @@ -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;