UNPKG

@genshin-db/tcg

Version:

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

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