Files
klz-cables.com/.pnpm-store/v10/files/16/b4151cf62e9c3e1db84ce8b1f3c868361a1cb64faeb3097ab23c4aba846915e967c4ac9199b6f4fb9fce3737c2c5840653014849fbe081e56c92023ca8024e
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

13 lines
368 B
Plaintext

export declare enum AttributeNames {
CONNECT_TYPE = "connect.type",
CONNECT_NAME = "connect.name"
}
export declare enum ConnectTypes {
MIDDLEWARE = "middleware",
REQUEST_HANDLER = "request_handler"
}
export declare enum ConnectNames {
MIDDLEWARE = "middleware",
REQUEST_HANDLER = "request handler"
}
//# sourceMappingURL=AttributeNames.d.ts.map