Files
klz-cables.com/.pnpm-store/v10/files/1d/2832ec48b19fc544fa1bcc9e01cceb22b20d18fa70bd1db3ef37cacb506c8b5052e6c088ddee380c5d3d581f523f17346ee1ec71b4fefbbcffe1e9bca172ed
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
234 B
Plaintext

import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLLCCSubclassConfig: GraphQLScalarTypeConfig<string, string>;
export declare const GraphQLLCCSubclass: GraphQLScalarType<string, string>;