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