Docs
Cloudflare
CodeRabbit
Railway
Clerk
SerpAPI
WorkOS
OpenRouter
Netlify
AG Grid
Sentry
Unkey
Electric
Prisma
Cloudflare
CodeRabbit
Railway
Clerk
SerpAPI
WorkOS
OpenRouter
Netlify
AG Grid
Sentry
Unkey
Electric
Prisma
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference

UnionToIntersection

Type Alias: UnionToIntersection<T>

ts
type UnionToIntersection<T> = T extends any ? (x) => any : never extends (x) => any ? R : never;
type UnionToIntersection<T> = T extends any ? (x) => any : never extends (x) => any ? R : never;

Defined in: types/type-utils.ts:14

Type Parameters

T

T