Variable SDKResultOKConst

SDKResultOK: { ok: true; value: any } = ...

A predefined successful SDKResult with an undefined value.

Type declaration

  • ok: true
  • value: any