9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
// Entity StatisticsVorstellungReduced
|
|
|
|
#AddonModel
|
|
StatisticsVorstellungReduced {
|
|
show: Vorstellung {} ;
|
|
tickets: int { @NotNull };
|
|
earnings: int { @NotNull };
|
|
}
|