Supposed I have two interface, X and Y, that both share a few fields, but have independent fields as well:
X
Y
interface X { abc: number;