部分的にtsxへ移動

This commit is contained in:
harukin-expo-dev-env
2025-09-11 17:10:44 +00:00
parent 58df77ae49
commit 2d0c7605f6
6 changed files with 34 additions and 56 deletions

View File

@@ -18,7 +18,7 @@ export type trainDataType = {
Line?: string;
PosNum?: number;
Type?: string;
delay?: string | number;
delay?: "入線" | number;
num?: string;
};
type trainData = (