Files
klz-cables.com/.pnpm-store/v10/files/3e/7d2c33a359b43d39323b46cf06b4f6f224a276a53c6604d0eff784eb26461926dc00de1ddd36964883bcdf89ca8524ad37ebe97e871c82249e8efdeec2738c
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

9 lines
318 B
Plaintext

//#region src/rest/utils/get-auth-endpoint.d.ts
/**
* @param provider Use a specific authentication provider
* @returns The endpoint to be used for authentication
*/
declare function getAuthEndpoint(provider?: string): string;
//#endregion
export { getAuthEndpoint };
//# sourceMappingURL=get-auth-endpoint.d.ts.map