Skip to content

Commit

Permalink
allow string for elevation type, will need to handle
Browse files Browse the repository at this point in the history
  • Loading branch information
bacalj committed Jul 20, 2024
1 parent 4076de6 commit a801e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface IWeatherStation {
latitude: number;
longitude: number;
name: string;
elevation?: number;
elevation?: number | string;
ICAO: string; // "KMWN"
mindate: string; // "1973-01-01"
maxdate: string; // "1973-01-01" || "present",
Expand Down

0 comments on commit a801e0f

Please sign in to comment.