internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -25,4 +25,6 @@ export interface PayloadManagerInterface {
|
||||
get nonDeletedItems(): FullyFormedPayloadInterface[]
|
||||
|
||||
importPayloads(payloads: DecryptedPayloadInterface[], historyMap: HistoryMap): Promise<string[]>
|
||||
|
||||
removePayloadLocally(payload: FullyFormedPayloadInterface | FullyFormedPayloadInterface[]): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user