@types/gtag.js error: Argument of type '"config"' is not assignable to parameter of type '"consent"'

I got this error and I fixed this by add type string to NEXT_PUBLIC_GOOGLE_ANALYTICS (in your case). In my case it because type of process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS is string | undefined.