Files
klz-cables.com/.pnpm-store/v10/files/94/bfc4425cac311ee5875f28b9e44e8cc5bf80f63cf47a3f80fd8205fe831ee2fe11dc3b9a9181cf2f98a3397de0e521c7f901aeba2b1e7d296b1013ce471e0e
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

4 lines
306 B
Plaintext

import type { UpdateGlobalArgs } from 'payload';
import type { DrizzleAdapter } from './types.js';
export declare function updateGlobal<T extends Record<string, unknown>>(this: DrizzleAdapter, { slug, data, req, returning, select }: UpdateGlobalArgs): Promise<T>;
//# sourceMappingURL=updateGlobal.d.ts.map