Files
klz-cables.com/.pnpm-store/v10/files/3c/d5e8fb7b1f068d7a2207b597f915f03750eb4a490643b86e2da26e68f1541871614ab016a5457fc9397d8f919d745842170abb904028eda872d976db2ca3ce
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
267 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export interface COUNTER_RESET {
counter: string;
reset: number;
}
export declare type CounterReset = COUNTER_RESET[];
export declare const counterReset: IPropertyListDescriptor<CounterReset>;