smh my head
This commit is contained in:
parent
78c8c1ba98
commit
448155a3c3
@ -57,5 +57,7 @@ export default class Player {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type StatisticChange = {
|
export type StatisticChange = {
|
||||||
[key in Timeframe]?: PlayerHistory;
|
daily: PlayerHistory;
|
||||||
|
weekly: PlayerHistory;
|
||||||
|
monthly: PlayerHistory;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user