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

6 lines
273 B
Plaintext

import type { TFunction } from '@payloadcms/translations';
import { APIError } from './APIError.js';
export declare class AuthenticationError extends APIError {
constructor(t?: TFunction, loginWithUsername?: boolean);
}
//# sourceMappingURL=AuthenticationError.d.ts.map