Tipp-Formular hinzugefügt
This commit is contained in:
@@ -64,10 +64,23 @@ class Ergebnis {
|
||||
}
|
||||
}
|
||||
|
||||
class Tipp{
|
||||
heim: number|null;
|
||||
gast: number|null;
|
||||
paarung: Paarung|null;
|
||||
|
||||
constructor (paarung: Paarung|null, heim: number|null, gast: number|null) {
|
||||
this.heim = heim;
|
||||
this.gast = gast;
|
||||
this.paarung = paarung;
|
||||
}
|
||||
}
|
||||
|
||||
export default {
|
||||
RitzenbergenLib,
|
||||
User,
|
||||
SpieltagSumme,
|
||||
Paarung,
|
||||
Ergebnis
|
||||
Ergebnis,
|
||||
Tipp
|
||||
}
|
||||
Reference in New Issue
Block a user