Skip to content

Commit

Permalink
more typescriptrobatics.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Sep 17, 2024
1 parent 56343b7 commit 104e8c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ export type ViewMode = {
};

declare global {
type Google = {
const google: {
ima: {
/**
* A string containing the full version of the SDK.
Expand All @@ -1265,5 +1265,4 @@ declare global {
AdDisplayContainer: typeof AdDisplayContainer;
};
};
const google: Google;
}

0 comments on commit 104e8c6

Please sign in to comment.