UNPKG

@guildxyz/types

Version:

Types related to the Guild.xyz API

9 lines (7 loc) 166 B
import { z } from "zod"; export default z.object({ type: z.enum(["GALAXY", "GALAXY_PARTICIPATION"]), data: z.object({ galaxyId: z.string().min(1), }), });