```typescript const data = Math.random() > 0.5 ? { value: 1 } : { }; // expected data to be {} | { value: number }, actual data is {} ```