UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 185 B
import { z } from 'zod'; /** * /v2/subtoken definition. */ export declare const SubtokenDTO: z.ZodObject<{ /** Account subtoken. */ subtoken: z.ZodString; }, z.core.$strict>;