Files
klz-cables.com/.pnpm-store/v10/files/69/8ca5f52af4a819f266274f43140bb3aaaa6cda14180e1536c57fef0fcec60db091731c946c21dae58457cd1611f6b4f585bb396f2d8a506c93e82cd711598d
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

7 lines
266 B
Plaintext

export declare enum AttributeNames {
PG_VALUES = "db.postgresql.values",
PG_PLAN = "db.postgresql.plan",
IDLE_TIMEOUT_MILLIS = "db.postgresql.idle.timeout.millis",
MAX_CLIENT = "db.postgresql.max.client"
}
//# sourceMappingURL=AttributeNames.d.ts.map