Files
klz-cables.com/.pnpm-store/v10/files/b0/f071ce00f617d3e7caf5e9414c5970dbea981098762bc3894afac858fd44c48790b5a5dac817a5d196e87e70e83ac4b944823b46b6a9b53f002327f8245b3e
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
372 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.ts.map