TurboModuleResult
Open Beta Documentation Amazon offers this technical
documentation as part of a pre-release, open beta. The features described might change as Amazon receives feedback
and iterates on the features. For the most current feature information, see the Release
Notes.
Wraps a result of type T. This interface is always downcast-able to either:
- TurboModuleResultOk
on `isSuccess == true` - TurboModuleResultErr on
isSuccess == false
Extended by
Type Parameters
• T
Properties
isSuccess
readonly
isSuccess:boolean
Last updated: Sep 30, 2025