ts-types/src/database/station.ts
2023-07-25 12:57:39 +01:00

8 lines
131 B
TypeScript

interface Station {
STANOX: string;
TIPLOC: string;
"3ALPHA": string;
NLCDESC: string;
}
export { Station }