bestätigen fenster für auto verkaufen

This commit is contained in:
hydrant
2020-05-05 22:36:53 +02:00
parent 14db0f7e1f
commit 64bff47c6e
3 changed files with 59 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ declare type AccountData = {
declare type VehicleData = {
Id: number;
Model: number;
Price: number;
};
declare type Paycheck = {