Fix undefined log function
This commit is contained in:
parent
3b476fb60d
commit
6d04bfdf67
3 changed files with 4 additions and 4 deletions
4
ts/window.d.ts
vendored
4
ts/window.d.ts
vendored
|
@ -482,8 +482,8 @@ declare global {
|
|||
|
||||
getServerTrustRoot: () => WhatIsThis;
|
||||
readyForUpdates: () => void;
|
||||
logAppLoadedEvent: (options: { processedCount?: number }) => void;
|
||||
logAuthenticatedConnect: () => void;
|
||||
logAppLoadedEvent?: (options: { processedCount?: number }) => void;
|
||||
logAuthenticatedConnect?: () => void;
|
||||
|
||||
// Runtime Flags
|
||||
isShowingModal?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue