Condividi tramite


ValueWithError type

Risultato del valore con errore.

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