Files
klz-cables.com/.pnpm-store/v10/files/07/8c2784b5308f3bc7b2c4d0c7ff03df936b65af375c09e7801d020012cf74faa6e5b19a27107b5d369448265a91dd428200945147aa1db40ab7879253a3675f
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
237 B
Plaintext

import { GraphQLScalarType } from 'graphql';
export declare const GraphQLGUIDConfig: import("graphql").GraphQLScalarTypeConfig<string, string> & {
name: string;
};
export declare const GraphQLGUID: GraphQLScalarType<string, string>;