mirror of
https://github.com/standardnotes/server
synced 2026-07-14 09:01:33 -04:00
fix(syncing-server): add missing messages and key system identifier sql representations (#663)
This commit is contained in:
@@ -2,6 +2,6 @@ import { Timestamps, Uuid } from '@standardnotes/domain-core'
|
||||
|
||||
export interface KeySystemAssociationProps {
|
||||
itemUuid: Uuid
|
||||
keySystemUuid: Uuid
|
||||
keySystemIdentifier: string
|
||||
timestamps: Timestamps
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user