Files
klz-cables.com/.pnpm-store/v10/files/ad/f5613c9c8223cad03e775ea0eb0a3d94e0fce74b0dd5cc9461eb99077a86a82a88f96cc50e69c931f3c2c99db7a86c5b73022846bf2a9df0e675a53995d98f
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
220 B
Plaintext

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