internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { PkcKeyPair } from '@standardnotes/sncrypto-common'
|
||||
import { ItemContent } from '../../Abstract/Content/ItemContent'
|
||||
import { ProtocolVersion, AnyKeyParamsContent } from '@standardnotes/common'
|
||||
|
||||
@@ -7,6 +8,9 @@ export interface RootKeyContentSpecialized {
|
||||
serverPassword?: string
|
||||
dataAuthenticationKey?: string
|
||||
keyParams: AnyKeyParamsContent
|
||||
|
||||
encryptionKeyPair?: PkcKeyPair
|
||||
signingKeyPair?: PkcKeyPair
|
||||
}
|
||||
|
||||
export type RootKeyContent = RootKeyContentSpecialized & ItemContent
|
||||
|
||||
Reference in New Issue
Block a user