UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

11 lines (10 loc) 259 B
import { z } from 'zod'; /** * /v2/quaggans definition */ export declare const QuaggansDTO: z.ZodArray<z.ZodObject<{ /** The quaggan identifier. */ id: z.ZodString; /** The URL to the quaggan image. */ url: z.ZodString; }, z.core.$strict>>;