Files
klz-cables.com/.pnpm-store/v10/files/59/6f878b5a3537e9b9a8ad18c90e6490ec4605cfa29848e222d76b09bc20e953767239444243dcfd7c0a1fda8af7817a9594c27798c0057370d49d3914d4229c
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
230 B
Plaintext

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