UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 317 B
import { z } from 'zod'; /** * /v2/wvw/guilds definition * Returns key-value pairs, where * key is the guild guid, which can be resolved against /v2/guild, and * value is the WvW team, which currently cannot be used in other endpoints */ export declare const WvWGuildsDTO: z.ZodRecord<z.ZodString, z.ZodString>;