Variable ResourceRelationCreateConst
ResourceRelationCreate: ZodUnion<
readonly [
ZodObject<
{ connect: ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip> },
$strip,
>,
ZodObject<{ create: ZodObject<{ name: ZodString }, $strip> }, $strip>,
],
> = ...