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

    Variable RolePermissionsUpdateConst

    RolePermissionsUpdate: ZodObject<
        {
            permission: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodObject<
                            { connect: ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip> },
                            $strip,
                        >,
                        ZodObject<
                            {
                                create: 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,
                        >,
                    ],
                >,
            >;
            role: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodObject<
                            { connect: ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip> },
                            $strip,
                        >,
                        ZodObject<{ create: ZodObject<{ name: ZodString }, $strip> }, $strip>,
                    ],
                >,
            >;
        },
        $strip,
    > = ...