Merged in chore/booking-flow-cleaning (pull request #3354)
chore: Clean booking-flow * Clean booking-flow * Fix type issue Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -10,8 +10,8 @@ type BaseUser = {
|
||||
|
||||
export type BookingFlowUser =
|
||||
| (BaseUser & {
|
||||
type: "partner-sas"
|
||||
partnerLoyaltyNumber: `EB${string}`
|
||||
type: "partner"
|
||||
partnerLoyaltyNumber: string
|
||||
isLinked: boolean
|
||||
})
|
||||
| (BaseUser & {
|
||||
|
||||
Reference in New Issue
Block a user