mirror of
https://github.com/smogon/sprites.git
synced 2026-09-14 21:16:11 -05:00
deploy/script: logentry obj : any --> unknown
This commit is contained in:
@@ -15,7 +15,7 @@ type CopyEntry = {
|
||||
|
||||
export type LogEntry = CopyEntry | {
|
||||
type : 'Debug',
|
||||
obj : any
|
||||
obj : unknown
|
||||
};
|
||||
|
||||
export class ActionQueue {
|
||||
|
||||
Reference in New Issue
Block a user