Merge pull request #4218 from ChatGPTNextWeb/fred-bf-patch-1

chore: update GTM_ID definition
This commit is contained in:
fred-bf
2024-03-05 17:37:22 +08:00
committed by GitHub

View File

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