UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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