@swastikbhattacharyya/next-actions - v0.3.2
    Preparing search index...

    Type Alias ValidationResultWithoutContext<ErrorMap>

    ValidationResultWithoutContext: ValidationResult<void, ErrorMap>

    A shortcut type for a ValidationResult that does not inject additional context but may return errors.

    Type Parameters

    • ErrorMap extends void | object

      A map where each key is an error code, and the corresponding value is the payload associated with that specific error.