Variable AppRelationManyCreateConst
AppRelationManyCreate: ZodUnion<
readonly [
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
>;
},
$strip,
>,
ZodObject<
{
createMany: ZodObject<
{ data: ZodArray<ZodObject<{ name: ZodString }, $strip>> },
$strip,
>;
},
$strip,
>,
],
> = ...