Files
klz-cables.com/.pnpm-store/v10/files/90/915ad14ae609a9e7c846142184ed96ce059f0903bbdea5b9c96c3d063724ba252168b9472657d6fef2519aef7626192e3e93a2fbc210782f80444e8f9708d7
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

9 lines
357 B
Plaintext

import type * as KafkaJSTypes from 'kafkajs';
export declare const EVENT_LISTENERS_SET: unique symbol;
export interface ConsumerExtended extends KafkaJSTypes.Consumer {
[EVENT_LISTENERS_SET]?: boolean;
}
export interface ProducerExtended extends KafkaJSTypes.Producer {
[EVENT_LISTENERS_SET]?: boolean;
}
//# sourceMappingURL=internal-types.d.ts.map