Files
standardnotes-app-web/packages/api/src/Domain/Request/Recovery/RecoveryKeyParamsRequestParams.ts
Karol Sójko 8deeae5a16 feat(snjs): add account recovery e2e test suite (#2134)
* feat(snjs): add account recovery e2e test suite

* fix(snjs): request params in account recovery tests

* fix(snjs): context password passing

* refactor: replace factory functions with context

Co-authored-by: Mo <mo@standardnotes.com>
2023-01-09 17:25:52 +01:00

7 lines
143 B
TypeScript

export interface RecoveryKeyParamsRequestParams {
api_version: string
username: string
code_challenge: string
recovery_codes: string
}