Variable productKnowledgeReconcileFailureSchemaConst
productKnowledgeReconcileFailureSchema: ZodObject<
{ customer_key: ZodString; error: ZodString; retryable: ZodBoolean },
"strip",
ZodTypeAny,
{ customer_key: string; error: string; retryable: boolean },
{ customer_key: string; error: string; retryable: boolean },
> = ...
Runtime validator for ProductKnowledgeReconcileFailure.