feat(SW-72): Add flexibility selection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type SelectionCardProps = {
|
||||
title: string
|
||||
subtext: string
|
||||
price: number
|
||||
membersPrice?: number
|
||||
currency: string
|
||||
}
|
||||
Reference in New Issue
Block a user