UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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