UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

7 lines (6 loc) 178 B
import { z } from 'zod'; /** * /v2/account/mapchests definition * Can be resolved against /v2/mapchests. */ export declare const AccountMapChestsDTO: z.ZodArray<z.ZodString>;