UNPKG

@genshin-db/tcg

Version:

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

20 lines (15 loc) 355 B
declare module "@genshin-db/tcg" { export interface TcgCardBoxes { id: number; name: string; // translated description: string; // translated descriptionraw: string; // translated source: string; // translated rarity: number; images: { filename_icon: string; filename_bg: string; }; version: string; } }