nächster payday in interaktionsmenü

This commit is contained in:
hydrant
2020-04-13 12:39:38 +02:00
parent b45d2ef728
commit 28033a5175
3 changed files with 8 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ declare type AccountData = {
paycheck: Paycheck;
licenses: Licenses;
vehicles: VehicleData[];
nextPayday: number;
}
declare type VehicleData = {