UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

11 lines (10 loc) 216 B
import { z } from 'zod'; /** * /v2/logos definition. */ export declare const LogosDTO: z.ZodArray<z.ZodObject<{ /** Logo id. */ id: z.ZodString; /** Logo url. */ url: z.ZodURL; }, z.core.$strict>>;