feat(SW-353): dynamic rewards
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { membershipLevels } from "@/constants/membershipLevels"
|
||||
import { MembershipLevel } from "@/constants/membershipLevels"
|
||||
|
||||
export type MembershipLevelProps = {
|
||||
level: membershipLevels
|
||||
}
|
||||
import { LevelProps } from "@/components/Levels/levels"
|
||||
|
||||
export type MembershipLevelIconProps = {
|
||||
level: MembershipLevel
|
||||
} & LevelProps
|
||||
|
||||
export type CopyButtonProps = {
|
||||
membershipNumber: string
|
||||
|
||||
Reference in New Issue
Block a user