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

16 lines
435 B
Plaintext

import { RestCommand } from "../../types.cjs";
//#region src/rest/commands/delete/deployment.d.ts
/**
* Delete a deployment provider.
*
* @param provider The provider type (e.g. 'vercel')
*
* @returns Nothing
* @throws Will throw if provider is empty
*/
declare const deleteDeployment: <Schema>(provider: string) => RestCommand<void, Schema>;
//#endregion
export { deleteDeployment };
//# sourceMappingURL=deployment.d.cts.map