UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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