Fix global.d.ts

This commit is contained in:
VegaZ
2021-05-03 21:37:39 +02:00
parent 442903a091
commit e631d02592

View File

@@ -95,7 +95,6 @@ declare type RentcarProperty = {
Name: string;
Price: number;
}
}
declare type PlayerCharacterData = {
Gender: boolean;