Cloudflare Turnstile Types Unofficial types for Cloudflare Turnstile. Install npm install -D turnstile-types Usage Add turnstile-types to the types array in your tsconfig.json: { "compilerOptions": { // ... "types": ["turnstile-types"] } }