Files
klz-cables.com/.pnpm-store/v10/files/bb/f678e65bd5a7d54151c49e8b68f944858b09a062cc491991a7b8da11e7e1beb07fe6e48e09ea67f3ea0d957b86a03a4c2f6f2b69838f54d43eae5b83a97c3a
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

14 lines
441 B
Plaintext

import { DirectusCollection } from "../../../schema/collection.js";
import { RestCommand } from "../../types.js";
//#region src/rest/commands/delete/collections.d.ts
/**
* Delete a collection.
* @param collection
* @returns
*/
declare const deleteCollection: <Schema>(collection: DirectusCollection<Schema>["collection"]) => RestCommand<void, Schema>;
//#endregion
export { deleteCollection };
//# sourceMappingURL=collections.d.ts.map