@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Type Alias AttemptResult<T>

    AttemptResult: { result: T; success: true } | { error: unknown; success: false }

    Represents the result of an attempt to perform an operation that can either succeed or fail.

    Type Parameters

    • T

      The type of the result when the operation is successful.