UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 188 B
import { z } from 'zod'; /** * /v2/build definition */ export declare const BuildDTO: z.ZodObject<{ /** The id of the current game build. */ id: z.ZodNumber; }, z.core.$strict>;