chore: update ancillary imageurl typing to reflect that the image url may be undefined

This commit is contained in:
Christian Andolf
2025-05-21 13:40:01 +02:00
parent e6ed94029e
commit cddd9c1ea8
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
export interface AncillaryCardProps {
ancillary: {
title: string
imageUrl: string
imageUrl?: string
imageOpacity?: number
price: {
total: number