Files
klz-cables.com/.pnpm-store/v10/files/cc/11e14a3536b18b31da1e3c77b1d7df5ba0672be7cfa822b672f85a28e2e6f571d9352bfef7fe6fb8f69f3ab80228ccbba07e1c8df1662e1da31ad5b1a83f7c
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

8 lines
338 B
Plaintext

import { RequestOptions } from "../../types/request.js";
import { RestCommand } from "../types.js";
//#region src/rest/helpers/custom-endpoint.d.ts
declare function customEndpoint<Output = unknown>(options: RequestOptions): RestCommand<Output, never>;
//#endregion
export { customEndpoint };
//# sourceMappingURL=custom-endpoint.d.ts.map