@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    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,
            >,
        ],
    > = ...