feat: add SignupPromo component
This commit is contained in:
9
types/components/hotelReservation/signupPromo.ts
Normal file
9
types/components/hotelReservation/signupPromo.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { CurrencyEnum } from "@/types/enums/currency"
|
||||
|
||||
export interface SignupPromoProps {
|
||||
memberPrice: {
|
||||
amount: number
|
||||
currency: CurrencyEnum
|
||||
}
|
||||
badgeContent?: string
|
||||
}
|
||||
Reference in New Issue
Block a user