@luolapeikko/result-option
    Preparing search index...

    Type Alias IResultOrOkType<OkType, ErrType>

    IResultOrOkType: OkType | IResult<OkType, ErrType>

    Utility type for OkType or Result<OkType, ErrType>

    Type Parameters

    • OkType

      Type of the return value

    • ErrType

      Type of the error, default is unknown

    v1.0.0