Interface syntax

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
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

View file

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