repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove payments API routing initialization
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
recovery
/
RecoveryStatus.ts
blob
2015d97a451e1c8b1d11b0ddc296514d7cc64185
1
type RecoveryStatus = 'complete' | 'intermediate' | 'incomplete';
2
3
export default RecoveryStatus;