deploy/script: logentry obj : any --> unknown

This commit is contained in:
Christopher Monsanto
2020-08-23 21:03:23 -04:00
parent 34891a5e4b
commit 93c338e35c

View File

@@ -15,7 +15,7 @@ type CopyEntry = {
export type LogEntry = CopyEntry | {
type : 'Debug',
obj : any
obj : unknown
};
export class ActionQueue {