Files
klz-cables.com/.pnpm-store/v10/files/7f/f104efcb90d4768845d66c776ccb649acff4477fbd8379344faf3a778405e3b9e763015a0326b3cecc63a4a7a02f63fa6714012bc9a14e3e0365ac29b68e70
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
222 B
Plaintext

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