Files
klz-cables.com/.pnpm-store/v10/files/e9/d14ad4f817a261daf8796d61413d66d185be123d3f89584739266acbae13b85f56c551ef983c85196b64f8d68857652e579b7a09fe75285fa17b74b6d83f81
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
292 B
Plaintext

import { LogSeverityLevel } from '../types-hoist/log';
/**
* Maps a log severity level to a log severity number.
*
* @see LogSeverityLevel
*/
export declare const SEVERITY_TEXT_TO_SEVERITY_NUMBER: Partial<Record<LogSeverityLevel, number>>;
//# sourceMappingURL=constants.d.ts.map