@douglasneuroinformatics/libjs
    Preparing search index...

    Type Alias ZodSafeParseSuccessLike<TOutput>

    type ZodSafeParseSuccessLike<TOutput> = {
        data: TOutput;
        error?: never;
        success: true;
    }

    Type Parameters

    • TOutput
    Index

    Properties

    Properties

    data: TOutput
    error?: never
    success: true