result2
    Preparing search index...

    Type Alias Ok<T>

    Ok: Result<T, never>

    Type Parameters

    • T extends NonNullable<unknown>

    the Ok value to be wrapped in a Result

    an Ok which inherits Result