Bagikan melalui


ValueWithError type

Hasil nilai dengan kesalahan.

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