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

9 lines
325 B
Plaintext

import type { TypeWithID } from '../../../collections/config/types.js';
type Doc = Record<string, unknown> & TypeWithID;
type Args = {
doc: Doc;
password: string;
};
export declare const authenticateLocalStrategy: ({ doc, password }: Args) => Promise<Doc | null>;
export {};
//# sourceMappingURL=authenticate.d.ts.map