internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { KeySystemIdentifier } from '@standardnotes/models'
|
||||
|
||||
export enum SharedVaultServiceEvent {
|
||||
SharedVaultStatusChanged = 'SharedVaultStatusChanged',
|
||||
}
|
||||
|
||||
export type SharedVaultServiceEventPayload = {
|
||||
sharedVaultUuid: string
|
||||
keySystemIdentifier: KeySystemIdentifier
|
||||
}
|
||||
Reference in New Issue
Block a user