mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-01-09 04:41:30 +01:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
export default class PartieEnCours {
|
|
public propositions: Array<string> | undefined;
|
|
public datePartie: Date | undefined;
|
|
}
|