refactor(SW-556): added a few missing pieces like translations and properties.

removed unneeded changes
This commit is contained in:
Christian Andolf
2024-10-22 12:29:32 +02:00
parent e6db1b17c6
commit b6cb3855c2
11 changed files with 37 additions and 40 deletions
-10
View File
@@ -1,10 +0,0 @@
import { ApiReward, Reward } from "@/server/routers/contentstack/reward/output"
import { SafeUser } from "@/types/user"
export type CurrentRewardsClientProps = {
initialCurrentRewards: {
rewards: Reward[]
nextCursor: number | undefined
}
}