Type dactylographié plus une propriété
interface ExistingTypePlusX extends ExistingType {
x: string
}
Famous Flatworm
interface ExistingTypePlusX extends ExistingType {
x: string
}