TypeScript Type Plus One Properti

interface ExistingTypePlusX extends ExistingType {
  x: string
}
Famous Flatworm