Partager via


Common type

Type d’intersection de retour de 2 types

type Common<A, B> = Pick<A, CommonProperties<A, B>>