export default interface MatchDataSlot {
status:number,
team:number,
playerId:number,
mods:number | undefined,
}