Files
klz-cables.com/.pnpm-store/v10/files/0b/b60ce0631b595cdacac468c16973e6c03466ddd3362c10dfe643497273e9f96b3d50fcda2a782e22fe721b3e77d7b2b587dfa347238d1122e43718231297be
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 GraphQLDateTimeISOConfig: GraphQLScalarTypeConfig<Date, string>;
export declare const GraphQLDateTimeISO: GraphQLScalarType<Date, string>;