UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

11 lines (10 loc) 267 B
import { z } from 'zod'; /** * /v2/account/wvw definition */ export declare const AccountWvWDTO: z.ZodObject<{ /** The WvW team id. */ team: z.ZodNumber; /** The guild id. Can be resolved against v2/guild. */ guild: z.ZodString; }, z.core.$strict>;