UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

11 lines (10 loc) 290 B
import { z } from 'zod'; /** * /v2/homestead/decorations/categories definition */ export declare const HomesteadDecorationsCategoriesDTO: z.ZodArray<z.ZodObject<{ /** The category's ID. */ id: z.ZodNumber; /** The category name. */ name: z.ZodString; }, z.core.$strict>>;