@illavv/run_typer - v3.2.3
    Preparing search index...

    Type Alias ParseResult<T>

    ParseResult: { data: T; success: true } | { error: TypeError; success: false }

    Result returned by safeParse: a discriminated union with either the validated value or the encountered error.

    Type Parameters

    • T

      The validated value type on success