Iterate type definitions (#7168)
This commit is contained in:
committed by
GitHub
parent
ddbfebbaa0
commit
7f6f984438
@@ -39,7 +39,7 @@ const PHASE_VERIFIED = 3;
|
||||
const PHASE_CANCELLED = 4;
|
||||
|
||||
interface IProps extends IDialogProps {
|
||||
verifier: VerificationBase; // TODO types
|
||||
verifier: VerificationBase;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
||||
Reference in New Issue
Block a user