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

6 lines
93 B
Plaintext

import { Parser } from "../index.js";
export declare const parsers: {
graphql: Parser;
};