mirror of
https://github.com/standardnotes/server
synced 2026-07-14 09:01:33 -04:00
feat(syncing-server): persisting shared vault and key system associations (#660)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { KeySystemAssociation } from './KeySystemAssociation'
|
||||
|
||||
export interface KeySystemAssociationRepositoryInterface {
|
||||
save(keySystem: KeySystemAssociation): Promise<void>
|
||||
remove(keySystem: KeySystemAssociation): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user