core-utils
    Preparing search index...

    Type Alias ServiceResult<A>

    ServiceResult: Either<ServiceError, A>

    Represents the result of a service operation that may fail.

    Type Parameters

    • A

      The type of the successful result value