piemadd / amtrak

NPM library to get Amtrak tracking data.
GNU Affero General Public License v3.0
49 stars 4 forks source link

Typo: timezone should be string not array of string #9

Open damphat opened 1 year ago

damphat commented 1 year ago
export interface Train {
  // ...
  eventTZ: string[];
  originTZ: string[];
  destTZ: string[];
}