UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

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