Files
klz-cables.com/.pnpm-store/v10/files/9f/be5e334dd7b4568c1a33b7469e220ab1166e66f29c4bd9182b995d03872d91fd3366d7127ab79aa77d1336a6f949696fb567428d8be87acf50e93e71d78197
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
218 B
Plaintext

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