Interface syntax

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Jason Robinson 2020-12-01 13:50:42 +02:00 committed by GitHub
parent f112f4fcef
commit 85ce95e066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import { _t } from "../../../languageHandler";
import { MatrixClientPeg } from "../../../MatrixClientPeg";
interface IProps {
requestClose(): void,
requestClose(): void;
}
interface IState {