Files
klz-cables.com/.pnpm-store/v10/files/11/b3c17b4d8d2a7b1b8449e1e90f98c0ea6acce719f3f09d7da4c9c23234a0502247df7da2cbc702fd9067c42312ee2dd201d785d6ae0a78bc013771f6819d2f
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
234 B
Plaintext

import type { Payload } from '../../../index.js';
import type { AuthArgs, AuthResult } from '../auth.js';
export declare const authLocal: (payload: Payload, options: AuthArgs) => Promise<AuthResult>;
//# sourceMappingURL=auth.d.ts.map