UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

8 lines (7 loc) 224 B
import { z } from 'zod'; export declare const AccountHomesteadDecorationsDTO: z.ZodArray<z.ZodObject<{ /** Decoration id. */ id: z.ZodNumber; /** Decoration count. */ count: z.ZodNumber; }, z.core.$strict>>;