feat(snjs): add getting recovery codes (#2132)
This commit is contained in:
@@ -2,4 +2,5 @@ import { UseCaseInterface } from '@standardnotes/domain-core'
|
||||
|
||||
export interface UseCaseContainerInterface {
|
||||
get signInWithRecoveryCodes(): UseCaseInterface<void>
|
||||
get getRecoveryCodes(): UseCaseInterface<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user