Files
klz-cables.com/.pnpm-store/v10/files/92/0fd42904c3ca678ba8172ef9eb05a958afde41c806aca2a9ed601a3e2ab4b00d4b491bb7038b95c69b44c52b94673dc1dcf34e348ae43a10bb139d8983a681
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 GraphQLCuidConfig: GraphQLScalarTypeConfig<string, string>;
export declare const GraphQLCuid: GraphQLScalarType<string, string>;