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.

22 lines (16 loc) 500 B
declare module "genshin-db" { export interface TcgStatusEffects { id: number; name: string; // translated statustypetext: string; // translated cardtype: string; // enum cardtypetext: string; // translated tags: string[]; // enum description: string; // translated descriptionraw: string; // translated descriptionreplaced: string; // translated countingtype?: string; // enum bufftype?: string; // enum. determines visual fx? version: string; } }