refactor(SW-296)

This commit is contained in:
Matilda Landström
2024-10-02 10:07:28 +02:00
parent c7146e01a7
commit 22f3656b92
10 changed files with 24 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
export interface CardImageProps extends React.HTMLAttributes<HTMLDivElement> {
card: CardProps | undefined
card?: CardProps
imageCards: Pick<CardProps, "backgroundImage">[]
}
+5
View File
@@ -0,0 +1,5 @@
import type { Amenities } from "@/types/hotel"
export type AmentiesListProps = {
detailedFacilities: Amenities
}
+1
View File
@@ -1,4 +1,5 @@
export type ApiImage = {
id: string
url: string
title: string
meta: {