Files
klz-cables.com/.pnpm-store/v10/files/f0/6b9ad490695d6b5b0cdb1cfc61e15033919b199f416c768eaced30f4ad6195cdfc01d071c0a77f2008703d62859bfe96672638ac76a2e763c28e8601355187
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
236 B
Plaintext

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