Files
klz-cables.com/.pnpm-store/v10/files/25/acbd53c91fa430e731da632ff1322979a2a210eaf3d83c04c0cc9c80dd179818c2f94ecfebbf6e804ea42eb8ecfd5d247f88c7176e6303468223d886148ba3
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
225 B
Plaintext

import type { Access, Config } from '../config/types.js';
import type { Operation } from '../types/index.js';
export declare const getAccess: (config: Config) => Record<Operation, Access>;
//# sourceMappingURL=access.d.ts.map