UNPKG

@guildxyz/types

Version:

Types related to the Guild.xyz API

9 lines (7 loc) 175 B
import { z } from "zod"; export default z.object({ type: z.literal("WORLD_ID_VERIFICATION"), data: z.object({ verificationLevel: z.enum(["device", "orb"]), }), });