diff --git a/types/components/hotelPage/roomCard.ts b/types/components/hotelPage/roomCard.ts index 00238fb9a..4a555c621 100644 --- a/types/components/hotelPage/roomCard.ts +++ b/types/components/hotelPage/roomCard.ts @@ -5,5 +5,5 @@ export interface RoomCardProps { images: RoomData["attributes"]["content"]["images"] title: string subtitle: string - badgeTextTransKey?: string | null + badgeTextTransKey: string | null }