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

14 lines
605 B
Plaintext

import type { SanitizedGlobalPermission } from '../../auth/index.js';
import type { JsonObject, PayloadRequest } from '../../types/index.js';
import type { SanitizedGlobalConfig } from '../config/types.js';
type Arguments = {
/**
* If the document data is passed, it will be used to check access instead of fetching the document from the database.
*/
data?: JsonObject;
globalConfig: SanitizedGlobalConfig;
req: PayloadRequest;
};
export declare const docAccessOperation: (args: Arguments) => Promise<SanitizedGlobalPermission>;
export {};
//# sourceMappingURL=docAccess.d.ts.map