Files
klz-cables.com/.pnpm-store/v10/files/30/9873b560e6abc99b9dcab2fa7ed2687f3d1696dee9e06f235f7822be94248e08c9661accc1af90b7855553fb0bf5623d501453c3ff03817958a46821408ceb
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

8 lines
301 B
Plaintext

import type { PayloadRequest } from '../../types/index.js';
import type { SanitizedPermissions } from '../types.js';
type Arguments = {
req: PayloadRequest;
};
export declare const accessOperation: (args: Arguments) => Promise<SanitizedPermissions>;
export {};
//# sourceMappingURL=access.d.ts.map