fix: refacotr away optional pricing
This commit is contained in:
@@ -16,8 +16,8 @@ export interface BookingData {
|
||||
}
|
||||
|
||||
type Price = {
|
||||
price?: string
|
||||
currency?: string
|
||||
price: string
|
||||
currency: string
|
||||
}
|
||||
|
||||
export type RoomsData = {
|
||||
|
||||
Reference in New Issue
Block a user