This commit is contained in:
GH Action - Upstream Sync 2024-03-06 00:25:43 +00:00
commit e969e29229
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ declare global {
// google only
GOOGLE_API_KEY?: string;
GOOGLE_URL?: string;
// google tag manager
GTM_ID?: string;
}
}
}