UNPKG

genshin-db

Version:

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

13 lines 279 B
declare module "genshin-db" { //deprecated export interface TalentMaterial { // English only name: string; "2starname": string; "3starname": string; "4starname": string; day: string[]; localtion: string; region: string; domainofmastery: string; } }