Freigeben über


ValueWithError type

Wertergebnis mit Fehler.

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