fix: remove undefined type from badgeTextTransKey prop
This commit is contained in:
@@ -5,5 +5,5 @@ export interface RoomCardProps {
|
|||||||
images: RoomData["attributes"]["content"]["images"]
|
images: RoomData["attributes"]["content"]["images"]
|
||||||
title: string
|
title: string
|
||||||
subtitle: string
|
subtitle: string
|
||||||
badgeTextTransKey?: string | null
|
badgeTextTransKey: string | null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user