UNPKG

@guildxyz/types

Version:

Types related to the Guild.xyz API

9 lines (7 loc) 145 B
import { z } from "zod"; export default z.object({ type: z.enum(["POAP", "GITPOAP"]), data: z.object({ id: z.string().min(1), }), });