DocumentationSapphire Utilities@sapphire/resultType AliasesResultOn this pageType alias: Result<T, E> Result<T, E>: Ok<T> | Err<E> The union of the two variations of Result. Typeparam T The result's type. Typeparam E The error's type. Type parameters Type parameterTE Source projects/utilities/packages/result/src/lib/Result.ts:14