mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
feature: skrót posterunku w tabelce
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Availability } from '../../store/storeTypes';
|
||||
import { Availability } from './store/storeTypes';
|
||||
import ScheduledTrain from './ScheduledTrain';
|
||||
import StationRoutes from './StationRoutes';
|
||||
|
||||
@@ -8,9 +8,11 @@ export default interface Station {
|
||||
generalInfo?: {
|
||||
name: string;
|
||||
url: string;
|
||||
|
||||
abbr: string;
|
||||
|
||||
reqLevel: number;
|
||||
// supportersOnly: boolean;
|
||||
|
||||
|
||||
lines: string;
|
||||
project: string;
|
||||
|
||||
Reference in New Issue
Block a user