export default class PartieEnCours { public propositions: Array | undefined; public datePartie: Date | undefined; }