@rendley/sdk - v1.12.6
    Preparing search index...

    Type Alias SafeParseError<Input>

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

    Type Parameters

    • Input
    Index

    Properties

    Properties

    success: false