Files
klz-cables.com/.pnpm-store/v10/files/69/b2f1b5ccb980ab2eb017b8d131972621b8ea75c8c035dd117af90735fe4d0ffe2157c778c6e9ade0e3eec137242362088e3ad49321d1454dc7906a01b98b31
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
248 B
Plaintext

import type { SanitizedConfig } from 'payload';
import type { Context } from '../types.js';
export declare function accessResolver(config: SanitizedConfig): (_: any, args: any, context: Context) => Promise<any>;
//# sourceMappingURL=access.d.ts.map