Files
klz-cables.com/.pnpm-store/v10/files/00/05208bdb7996af827b58ad97d1ea2fe5b23595e5d21a6905d003b729208d141969e2b1298f1df1cf442f84fc13b196fccb5ae6912a41ed372d99d0d7e50a17
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
238 B
Plaintext

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