feat(SW-353): dynamic rewards
This commit is contained in:
7
server/routers/contentstack/loyaltyLevel/input.ts
Normal file
7
server/routers/contentstack/loyaltyLevel/input.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import { MembershipLevelEnum } from "@/constants/membershipLevels"
|
||||
|
||||
export const loyaltyLevelInput = z.object({
|
||||
level: z.nativeEnum(MembershipLevelEnum),
|
||||
})
|
||||
Reference in New Issue
Block a user