Interface IGenshinTCGCardSkill

interface IGenshinTCGCardSkill {
    desc: string;
    id: number;
    name: string;
    tag: string;
}

Properties

Properties

desc: string
id: number
name: string
tag: string