mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Fix błędów z reaktywnością danych
This commit is contained in:
@@ -33,6 +33,7 @@ export default interface Station {
|
||||
onlineInfo?: {
|
||||
hash: string;
|
||||
name: string;
|
||||
region: string;
|
||||
|
||||
maxUsers: number;
|
||||
currentUsers: number;
|
||||
@@ -57,38 +58,4 @@ export default interface Station {
|
||||
|
||||
scheduledTrains?: ScheduledTrain[];
|
||||
}
|
||||
|
||||
// stationName: string;
|
||||
// stationHash: string;
|
||||
// stationURL: string;
|
||||
|
||||
// maxUsers: number;
|
||||
// currentUsers: number;
|
||||
|
||||
|
||||
// stationLines: string;
|
||||
// stationProject: string;
|
||||
|
||||
// reqLevel: number;
|
||||
// supportersOnly: boolean;
|
||||
|
||||
// SBL: string;
|
||||
// TWB: string;
|
||||
// signalType: string;
|
||||
// controlType: string;
|
||||
|
||||
// default: boolean;
|
||||
// nonPublic: boolean;
|
||||
// unavailable: boolean;
|
||||
|
||||
// routes: {
|
||||
// oneWay: { catenary: number; noCatenary: number };
|
||||
// twoWay: { catenary: number; noCatenary: number };
|
||||
// };
|
||||
|
||||
// checkpoints: {
|
||||
// checkpointName: string;
|
||||
// scheduledTrains: ScheduledTrain[];
|
||||
// }[];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user