UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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