środowisko dev

This commit is contained in:
2023-07-04 23:44:06 +02:00
parent 79d5413638
commit 5ba9e95547
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface IStockProps {
export interface IStockData {
generator: {
passenger: [];
passenger: any;
cargo: {
[key: string]: string[];
};