Files
klz-cables.com/.pnpm-store/v10/files/3e/e8006b2b3cf15648c12c7d289433f05e728964868cc68a9ef7343ff502e647fe655b68ae9fecc1d0c0b03434ed49ad8859b8934ed1a3af13a7c272d6d9c527
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
240 B
Plaintext

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