Appease the linter
This commit is contained in:
parent
7de727915d
commit
4969cfe9de
5 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,7 @@ import { SettingLevel } from "./SettingLevel";
|
|||
|
||||
export type CallbackFn = (changedInRoomId: string, atLevel: SettingLevel, newValAtLevel: any) => void;
|
||||
|
||||
const IRRELEVANT_ROOM: symbol = Symbol("any room");
|
||||
const IRRELEVANT_ROOM = Symbol("any room");
|
||||
|
||||
interface RoomWatcherMap {
|
||||
// @ts-ignore - TS wants string-only keys but we know better - https://github.com/Microsoft/TypeScript/issues/1863
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue