Variable postExecutePayPalPaymentResponseSchemaConst
postExecutePayPalPaymentResponseSchema: ZodUnion<
readonly [
ZodRecord<ZodString, ZodUnknown>,
ZodObject<
{
warnings: ZodArray<
ZodObject<{ details: ZodString; title: ZodString }, $strip>,
>;
},
$strip,
>,
ZodObject<
{
warnings: ZodArray<
ZodObject<{ details: ZodString; title: ZodString }, $strip>,
>;
},
$strip,
>,
],
> = ...