Iterate type definitions (#7168)

This commit is contained in:
Michael Telatynski 2021-11-19 17:35:11 +00:00 committed by GitHub
parent ddbfebbaa0
commit 7f6f984438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 11 deletions

View file

@ -39,7 +39,7 @@ const PHASE_VERIFIED = 3;
const PHASE_CANCELLED = 4;
interface IProps extends IDialogProps {
verifier: VerificationBase; // TODO types
verifier: VerificationBase;
}
interface IState {