Files
klz-cables.com/.pnpm-store/v10/files/67/4b96fd24bbac8fa8f9f3c4c27785e9eda850169202e9ae93f9f6628bfeb086cd830808b16de00b5c7f844df8e2fdde960c42f10bc6628b1f08e61c4452c54c
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
208 B
Plaintext

import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLJSONConfig: GraphQLScalarTypeConfig<any, any>;
export declare const GraphQLJSON: GraphQLScalarType<any, any>;