Files
klz-cables.com/.pnpm-store/v10/files/f1/75144154f5c7c2284c29666791a834e0f29b4214725b0e7fe37b407f1b669b79f2e930d21e35ff592773096a5ff25663186c536e2d57a280ded135105e2469
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

8 lines
298 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export interface COUNTER_INCREMENT {
counter: string;
increment: number;
}
export declare type CounterIncrement = COUNTER_INCREMENT[] | null;
export declare const counterIncrement: IPropertyListDescriptor<CounterIncrement>;