Files
klz-cables.com/.pnpm-store/v10/files/cf/84a2b89d5e893d18aad41b9a596940f308673cffc89ceb1ac04aa201742b91bf642c82db8fc9ecf134c1853687c35bf7db494f6e1123d0a3554341260dbb26
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

4 lines
232 B
Plaintext

import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLJSONObjectConfig: GraphQLScalarTypeConfig<object, object>;
export declare const GraphQLJSONObject: GraphQLScalarType<object, object>;