Files
klz-cables.com/.pnpm-store/v10/files/0e/3c427bb368a2ffe00e082c7c7248f2c4b712c9fe547d78d5faa0eddf2871947e276724a9a9b8a3012780b0edc0d21b4792353a56f5dbd83e08fba23f146718
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
346 B
Plaintext

import { DirectusError } from "../types/error.cjs";
//#region src/utils/is-directus-error.d.ts
/**
* A type guard to check if an error is a Directus API error
*/
declare function isDirectusError<R = Response>(error: unknown): error is DirectusError<R>;
//#endregion
export { isDirectusError };
//# sourceMappingURL=is-directus-error.d.cts.map