Interface IGenshinTCGMatchs

interface IGenshinTCGMatchs {
    favourite_matches: any[];
    recent_matches: IGenshinTCGMatch[];
}

Properties

favourite_matches: any[]
recent_matches: IGenshinTCGMatch[]