From 0cd7c2fe47768fb7ff069266185d4c0ed05efd52 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 3 Feb 2025 23:13:13 -0800 Subject: [PATCH] add export for scheduled notification data --- src/services/NotificationService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index 0f28c92..ee924a4 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -4,7 +4,7 @@ import fs from "fs"; import { TupleKey } from "../types/TupleKey"; import { IEta } from "../entities/entities"; -interface ScheduledNotificationData { +export interface ScheduledNotificationData { deviceId: string; shuttleId: string; stopId: string;