Files
klz-cables.com/.pnpm-store/v10/files/6f/fed370a484486f7a013546ac0e8c6149d420bf83233586c37763df27f08b87c4641c691b4de2cc8915f996502e9eb46760b6c3f68b825e796e3fcad4a8cb79
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

17 lines
578 B
Plaintext

import type { SanitizedGlobalConfig } from '../globals/config/types.js';
import type { Document, Payload, PayloadRequest, Where } from '../types/index.js';
type Args = {
config: SanitizedGlobalConfig;
locale?: string;
payload: Payload;
published?: boolean;
req?: PayloadRequest;
slug: string;
where: Where;
};
export declare const getLatestGlobalVersion: ({ slug, config, locale, payload, published, req, where, }: Args) => Promise<{
global: Document;
globalExists: boolean;
}>;
export {};
//# sourceMappingURL=getLatestGlobalVersion.d.ts.map