mirror of
https://github.com/standardnotes/server
synced 2026-08-28 11:57:18 -04:00
fix: transfer notifications from auth to syncing-server. (#648)
* fix: transfer notifications from auth to syncing-server. Co-authored-by: Mo <[email protected]> * fix: add notification to data source init --------- Co-authored-by: Mo <[email protected]>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Notification } from './Notification'
|
||||
|
||||
export interface NotificationRepositoryInterface {
|
||||
save(notification: Notification): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user