UNPKG

genshin-db

Version:

Genshin Impact v5.8 JSON data. Search and get results in all in-game languages! Sources from the fandom wiki and GenshinData repo.

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