Integration App SDK - v1.14.0
    Preparing search index...

    Interface SuccessResult<Output>

    The result interface if validation succeeds.

    interface SuccessResult<Output> {
        value: Output;
        issues?: undefined;
    }

    Type Parameters

    • Output
    Index

    Properties

    Properties

    value: Output

    The typed output value.

    issues?: undefined

    The non-existent issues.