From 46dcf65de6ce8889ca142ebf20adf5d38516875f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 30 Mar 2026 22:49:53 +0100 Subject: [PATCH] Ensure StationDataModule is exported --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 096fc78..232d250 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,3 +7,4 @@ export type * from '@owlboard/api-schema-types' // Useful exports for Type Hinting export { PisModule } from './modules/pis.js'; export { LocationFilterModule } from './modules/locationFilter.js'; +export { StationDataModule } from './modules/stationData.js';