Files
klz-cables.com/.pnpm-store/v10/files/78/c6f652130388bd2cd6f053e748fa50281975f9282016cb61a9d3fcc5f2e80e6e67a4898245de2e7ab85200d6274cb6b64105024f4e5e6b07eb1bcee4c61bd9
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
327 B
Plaintext

import type { Auth } from 'payload';
type SetPayloadAuthCookieArgs = {
authConfig: Auth;
cookiePrefix: string;
token: string;
};
export declare function setPayloadAuthCookie({ authConfig, cookiePrefix, token, }: SetPayloadAuthCookieArgs): Promise<void>;
export {};
//# sourceMappingURL=setPayloadAuthCookie.d.ts.map