Type Alias ResultCallback<R>

ResultCallback: (error: FrodoError, result: R) => void

Type Parameters

  • R

Type declaration