UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 251 B
import { z } from 'zod'; /** * /v2/wvw/timers definition * Returns key-value pairs, where * key is the region, either "na" or "eu", and * value is a ISO8601 date format */ export declare const WvWTimersDTO: z.ZodRecord<z.ZodString, z.ZodString>;