UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

10 lines (9 loc) 226 B
import { z } from 'zod'; /** * /v2/home/cats definition */ export declare const HomeCatsDTO: z.ZodArray<z.ZodObject<{ /** Id of the cat. */ id: z.ZodNumber; hint: z.ZodOptional<z.ZodString>; }, z.core.$strict>>;