extract notification repository to interface

This commit is contained in:
2025-03-27 10:06:42 -07:00
parent c517d93e3a
commit 7379840070
5 changed files with 28 additions and 23 deletions

View File

@@ -2,10 +2,7 @@ import { ShuttleGetterRepository } from "../../repositories/ShuttleGetterReposit
import { TupleKey } from "../../types/TupleKey";
import { IEta } from "../../entities/entities";
import { AppleNotificationSender, NotificationAlertArguments } from "../senders/AppleNotificationSender";
import {
NotificationLookupArguments,
ScheduledNotification
} from "../../repositories/NotificationRepository";
import { NotificationLookupArguments, ScheduledNotification } from "../../repositories/NotificationRepository";
type DeviceIdSecondsThresholdAssociation = { [key: string]: number };