Files
klz-cables.com/.pnpm-store/v10/files/b5/40145b0ad59ab2b9b920624b339cea7392bf7f1c17d7dfc0411c5f47abf9f6d945097788585cf66beb9370cc5817560be40ae3635eb6d20c9b169fc33646e2
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

6 lines
237 B
Plaintext

import type { Option, OptionObject } from 'payload';
/**
* Formats an array of options for use in a select input.
*/
export declare const formatOptions: (options: Option[]) => OptionObject[];
//# sourceMappingURL=formatOptions.d.ts.map