Тип типов плюс одно свойство

interface ExistingTypePlusX extends ExistingType {
  x: string
}
Famous Flatworm