Files
klz-cables.com/.pnpm-store/v10/files/f7/17951aa06205c24dc4404da2d8959ba80cc679141eaeecf9ed66bb52fbdb6199631246fce76cf5192b4dec59e44c9c597e541cc18264343450e1a014b17dd7
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
316 B
Plaintext

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