Lets say I have two interfaces which have two the same members id, and name:
export interface InterfaceA { id: number; name: string; //some other memb