Files
klz-cables.com/.pnpm-store/v10/files/bf/55b62e0cd5c764c8684def955b7edead1d5440b3209ef42cd22531c2a735850c9d8934380602ec349589538bef4cf70080686af9322e6a949aa95207bda781
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
279 B
Plaintext

import type { FieldAffectingData } from '../fields/config/types.js';
import { APIError } from './APIError.js';
export declare class InvalidFieldName extends APIError {
constructor(field: FieldAffectingData, fieldName: string);
}
//# sourceMappingURL=InvalidFieldName.d.ts.map