fix: extract keyed splits
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { DecryptedPayloadInterface } from '@standardnotes/models'
|
||||
|
||||
import { AbstractKeySplit } from './AbstractKeySplit'
|
||||
|
||||
export type KeyedEncryptionSplit = AbstractKeySplit<DecryptedPayloadInterface>
|
||||
Reference in New Issue
Block a user