Files
klz-cables.com/.pnpm-store/v10/files/a0/16a9cdf3fbc0862a854f550135e4f78e2d100ae69ea5ced81e00f1ec6e4702e65e97249f316d99c25c0b3844a9421eb6098dac5f09b0577e812a78f7b99d2a
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
288 B
Plaintext

import type { MaybePromise, SanitizedConfig } from 'payload';
export declare function logout({ allSessions, config, }: {
allSessions?: boolean;
config: MaybePromise<SanitizedConfig>;
}): Promise<{
message: string;
success: boolean;
}>;
//# sourceMappingURL=logout.d.ts.map