UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

9 lines (8 loc) 280 B
import { z } from 'zod'; /** * /v2/characters/backstory definition */ export declare const CharacterBackstoryDTO: z.ZodObject<{ /** Character backstory selections. Can be resolved against /v2/backstory/answers. */ backstory: z.ZodArray<z.ZodString>; }, z.core.$strict>;