ref(TS) Improve TS (#13365)

Change some any types to the correct types
This commit is contained in:
Robert Pintilii
2023-05-17 13:05:47 +03:00
committed by GitHub
parent 61e9cacceb
commit 06b67dcf44
21 changed files with 87 additions and 41 deletions

View File

@@ -203,7 +203,7 @@ class LoginDialog extends Component<IProps, IState> {
t
} = this.props;
const { username, password } = this.state;
const messageOptions: any = {};
const messageOptions: { msg?: string; } = {};
let messageKey;
if (progress && progress < 1) {