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.
1 parent b89438e commit 4ec38e5Copy full SHA for 4ec38e5
src/runtime/registry/google-tag-manager.ts
@@ -28,6 +28,7 @@ type GoogleTagManagerInstance = GoogleTagManagerDataLayerStatus & {
28
}
29
interface GoogleTagManagerApi {
30
google_tag_manager: GoogleTagManagerInstance
31
+ dataLayer: DataLayer
32
33
34
declare global {
0 commit comments