UNPKG

@genshin-db/tcg

Version:

Genshin Impact Trading Card Game JSON data with an API for searching the data in all in-game languages.

15 lines 253 B
declare module "@genshin-db/tcg" { export interface Element { name: string; type: string; color: string; emoji: string; region: string; archon: string; theme: string; images: { base64: string; wikia: string; } } }