UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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