feat(SW-72): Add flexibility selection

This commit is contained in:
Niclas Edenvin
2024-07-10 13:24:56 +02:00
parent 8e94c92c70
commit 3374505aee
15 changed files with 192 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
export type SelectionCardProps = {
title: string
subtext: string
price: number
membersPrice?: number
currency: string
}