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

    Type Alias SafeParseError<Input>

    type SafeParseError<Input> = {
        success: false;
        error: ZodError<Input>;
        data?: never;
    }

    Type Parameters

    • Input
    Index

    Properties

    Properties

    success: false
    error: ZodError<Input>
    data?: never