feat(LOY-23): redeem benefit modal

This commit is contained in:
Christian Andolf
2024-12-06 12:56:54 +01:00
parent af3c68e464
commit 7be90facd0
16 changed files with 483 additions and 23 deletions
-1
View File
@@ -2,7 +2,6 @@ import { Reward } from "@/server/routers/contentstack/reward/output"
export interface Surprise extends Reward {
coupons: { couponCode?: string; expiresAt?: string }[]
id?: string
}
export interface SurprisesProps {