Variable postExecutePayPalPaymentRequestSchemaConst
postExecutePayPalPaymentRequestSchema: ZodObject<
{
body: ZodObject<{ payer_id: ZodString; payment_id: ZodString }, $strip>;
path: ZodOptional<ZodNever>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...