Variable PermissionRelationManyCreateConst
PermissionRelationManyCreate: ZodUnion<
readonly [
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
>;
},
$strip,
>,
ZodObject<
{
createMany: ZodObject<
{
data: ZodArray<
ZodObject<
{
operation: ZodEnum<
{
APPROVE: ...;
ARCHIVE: ...;
DELETE: ...;
DEPLOY: ...;
EXPORT: ...;
GRANT: ...;
IMPORT: ...;
LOCK: ...;
MANAGE: ...;
NOTIFY: ...;
READ: ...;
REJECT: ...;
RESTART: ...;
RESTORE: ...;
REVOKE: ...;
ROLLBACK: ...;
START: ...;
STOP: ...;
SUBMIT: ...;
SYNC: ...;
TRIGGER: ...;
UNLOCK: ...;
UPDATE: ...;
WRITE: ...;
},
>;
},
$strip,
>,
>;
},
$strip,
>;
},
$strip,
>,
],
> = ...