UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

6 lines (5 loc) 147 B
import { z } from 'zod'; /** * /v2/characters/:id/heropoints definition */ export declare const CharacterHeroPointsDTO: z.ZodArray<z.ZodString>;