Files
klz-cables.com/.pnpm-store/v10/files/ac/4a557ace82b2ca855e308460c8cfcfe23c2aac7f7aa69c8de48cd711e901cf6040634a8b0b5e025724f31648d0b10314316a714c4dd05441a75f2fe219e531
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

11 lines
373 B
Plaintext

//#region src/rest/utils/throw-core-collection.d.ts
/**
*
* @param value
* @param message
* @throws Throws an error if the collection starts with the `directus_` prefix
*/
declare const throwIfCoreCollection: (value: string | number | symbol, message: string) => void;
//#endregion
export { throwIfCoreCollection };
//# sourceMappingURL=throw-core-collection.d.cts.map