mirror of
https://github.com/standardnotes/server
synced 2026-08-01 17:17:00 -04:00
feat(syncing-server): persisting shared vault and key system associations (#660)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Timestamps, Uuid } from '@standardnotes/domain-core'
|
||||
|
||||
export interface KeySystemAssociationProps {
|
||||
itemUuid: Uuid
|
||||
keySystemUuid: Uuid
|
||||
timestamps: Timestamps
|
||||
}
|
||||
Reference in New Issue
Block a user