mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add export for scheduled notification data
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user