@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias SafeParseError<Input>

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

    Type Parameters

    • Input
    Index

    Properties

    Properties

    error: ZodError<Input>
    success: false