Files
klz-cables.com/.pnpm-store/v10/files/2c/22aca2ee11f9d640aad9cbc90892e0157308162c3996f25158bca9be5a2dbbdeadb03a75a2d63ca747181338b471c0165d42d63a9c6498cfef44fbc26423fb
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

8 lines
320 B
Plaintext

import type { NumberFieldClient } from 'payload';
import type { DefaultFilterProps } from '../types.js';
export type NumberFilterProps = {
readonly field: NumberFieldClient;
readonly onChange: (e: string) => void;
readonly value: number | number[];
} & DefaultFilterProps;
//# sourceMappingURL=types.d.ts.map