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
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 {