forked from mystiq/hydrogen-web
any --> unknown
This commit is contained in:
parent
eef116e26b
commit
4c5d028509
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import {LogLevel, LogFilter} from "./LogFilter.js";
|
|||
import {Platform} from "../platform/web/Platform.js";
|
||||
|
||||
// todo: move this to LogItem?
|
||||
type LabelOrValues = string | {l: string; [key: string]: any};
|
||||
type LabelOrValues = string | {l: string; [key: string]: unknown};
|
||||
|
||||
export abstract class BaseLogger {
|
||||
protected _openItems: Set<LogItem>;
|
||||
|
|
Loading…
Reference in a new issue