Merged in fix/sw-2543-toc-text (pull request #1921)
fix(SW-2543): Change terms and conditions text for flex * fix(SW-2543): Change terms and conditions text for flex Approved-by: Michael Zetterberg
This commit is contained in:
@@ -17,3 +17,7 @@ export type PriceChangeData = Array<{
|
||||
totalPrice: number
|
||||
packagePrice?: number
|
||||
} | null>
|
||||
|
||||
export interface TermsAndConditionsProps {
|
||||
isFlexBookingTerms: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user