internal: change password preprocessing step (#2347)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { AsymmetricMessageServerHash, ClientDisplayableError } from '@standardnotes/responses'
|
||||
|
||||
export interface AsymmetricMessageServiceInterface {
|
||||
getOutboundMessages(): Promise<AsymmetricMessageServerHash[] | ClientDisplayableError>
|
||||
getInboundMessages(): Promise<AsymmetricMessageServerHash[] | ClientDisplayableError>
|
||||
downloadAndProcessInboundMessages(): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user