Genkit JS API reference
    Preparing search index...

    Type Alias SafeParseError<Input>

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

    Type Parameters

    • Input
    Index

    Properties

    Properties

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