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

    Type Alias SafeParseSuccess<Output>

    type SafeParseSuccess<Output> = {
        success: true;
        data: Output;
        error?: never;
    }

    Type Parameters

    • Output
    Index

    Properties

    Properties

    success: true
    data: Output
    error?: never