add export for scheduled notification data

This commit is contained in:
2025-02-03 23:13:13 -08:00
parent 179fa07d36
commit 0cd7c2fe47

View File

@@ -4,7 +4,7 @@ import fs from "fs";
import { TupleKey } from "../types/TupleKey"; import { TupleKey } from "../types/TupleKey";
import { IEta } from "../entities/entities"; import { IEta } from "../entities/entities";
interface ScheduledNotificationData { export interface ScheduledNotificationData {
deviceId: string; deviceId: string;
shuttleId: string; shuttleId: string;
stopId: string; stopId: string;