Files
klz-cables.com/.pnpm-store/v10/files/5e/11c2d6982d47de32c0e6bcdbe416ae0b111625afa80174067bcb0be9b85a412a5d201a5e4bcd543ed29fa6c6a83269f685cc2d78346c6dae5689076597f234
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

3 lines
143 B
Plaintext

import { LinkedJSONSchema } from './types/JSONSchema';
export declare function validate(schema: LinkedJSONSchema, filename: string): string[];