UNPKG

samira

Version:

A TypeScript library for League of Legends API calls

13 lines 401 B
import z from 'zod'; export declare const GameCustomizationObjectSchema: z.ZodObject<{ category: z.ZodString; content: z.ZodString; }, "strip", z.ZodTypeAny, { category: string; content: string; }, { category: string; content: string; }>; export type GameCustomizationObject = z.infer<typeof GameCustomizationObjectSchema>; //# sourceMappingURL=gameCustomizationObject.d.ts.map