UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 191 B
import { z } from 'zod'; /** * /v2/home/nodes definition */ export declare const HomeNodesDTO: z.ZodArray<z.ZodObject<{ /** Id of the node. */ id: z.ZodString; }, z.core.$strict>>;