11 lines
153 B
JavaScript

export default class Match {
id;
minUsers;
MaxUsers;
registeredUsers;
dateTime;
duration;
sport;
difficulty;
title;
}