Files
klz-cables.com/.pnpm-store/v10/files/23/463bfa1c49d6465ccf132e090c2788363963ace67515a005bdd67ffab9141868a416dd57e8102ced33808272630ba4b60bbf7e8998f43eb527a16af34c3dd4
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
244 B
Plaintext

import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLSafeIntConfig: GraphQLScalarTypeConfig<string | number, number>;
export declare const GraphQLSafeInt: GraphQLScalarType<string | number, number>;