refactor(SW-556): added a few missing pieces like translations and properties.
removed unneeded changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user