Merge multiple TypeScript interfaces into one
Prefer last: When property exists in multiple interfaces, use the last one
Union types: When disabled, creates union of conflicting types
Alternative: Use intersection types (A & B) for compile-time merging
Help others discover this tool!