We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loaded
1 parent 778ea6a commit 21c7e89Copy full SHA for 21c7e89
src/runtime/registry/google-adsense.ts
@@ -17,7 +17,7 @@ export interface GoogleAdsenseApi {
17
/**
18
* The Google Adsense API.
19
*/
20
- adsbygoogle: any[] & { loaded: boolean }
+ adsbygoogle: any[] & { loaded?: boolean }
21
}
22
23
declare global {
0 commit comments