ValueWithError type

Resultado do valor com erro.

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