Files
klz-cables.com/.pnpm-store/v10/files/b1/d237009e80c7d8c56258848c209d1f5e7e48703f7b07f0381147aed9a4572d6cce59b9865ef020f1f1390d1ad07ac88e56f489620f2530917086f3bb702835
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

11 lines
353 B
Plaintext

import type { ClientUser, PayloadRequest } from 'payload';
export declare function getGlobalData(req: PayloadRequest): Promise<{
data: {
_isLocked: boolean;
_lastEditedAt: string;
_userEditing: ClientUser | number | string;
};
lockDuration?: number;
slug: string;
}[]>;
//# sourceMappingURL=getGlobalData.d.ts.map