Compartir a través de


ValueWithError type

Resultado del valor con error.

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