Partager via


ValueWithError type

Résultat de la valeur avec erreur.

type ValueWithError = { error: string, value: any }