ValueWithError type

Resultado del valor con error.

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