KotlinResult

typealias KotlinResult<T> = Result<T>

Typealias for kotlin.Result, disambiguating it from other result-type classes in the same codebase.