Files
klz-cables.com/.pnpm-store/v10/files/f5/2c121cef6ea25c226aa43beb6ae1bb9ffac2c6038cbe7435767ee5cc90e391e20a3dadc5dea43031036de39deaa17de1c6970e823e5d03c020c3120e6a47f5
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
298 B
Plaintext

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