ts-types/database/station.ts

8 lines
131 B
TypeScript
Raw Normal View History

2023-07-17 12:20:47 +01:00
interface Station {
STANOX: string;
TIPLOC: string;
"3ALPHA": string;
NLCDESC: string;
}
export { Station }