Files
klz-cables.com/.pnpm-store/v10/files/51/d9e494352287b32c90da7df80bbd92bf6b97ac13e6e5fbfe0c9609b00fd1ba8ca210c09db89ced54e23241b564e7945cfc1ed3f4ddfa7d4fcceb6e84162b95
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
444 B
Plaintext

import { DirectusCollection } from "../../../schema/collection.cjs";
import { RestCommand } from "../../types.cjs";
//#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.cts.map