ValueWithError type
Value result with error.
type ValueWithError = { error: string, value: any }
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Value result with error.
type ValueWithError = { error: string, value: any }