UNPKG

genshin-db

Version:

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

7 lines 117 B
declare module "genshin-db" { export interface Rarity { name: string; emoji: string; image: string; } }