UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

7 lines (6 loc) 179 B
import { z } from 'zod'; /** * /v2/account/pvp/heroes definition * Can be resolved against /v2/pvp/heroes */ export declare const AccountPvpHeroesDTO: z.ZodArray<z.ZodNumber>;