Fix setTimeout/setInterval typing
This commit is contained in:
parent
9b7697c530
commit
a645cebb49
11 changed files with 13 additions and 13 deletions
|
@ -78,7 +78,7 @@ export default class RoomDirectory extends React.Component<IProps, IState> {
|
|||
private readonly startTime: number;
|
||||
private unmounted = false;
|
||||
private nextBatch: string = null;
|
||||
private filterTimeout: NodeJS.Timeout;
|
||||
private filterTimeout: number;
|
||||
private protocols: Protocols;
|
||||
|
||||
constructor(props) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue