// src/global.d.ts
interface Window {
    grecaptcha?: any; // or use a more specific type if available
  }
  