Files
klz-cables.com/.pnpm-store/v10/files/34/2bc3dac8180e99cbad7e32ad1f47a87160452a90ef8379bc08776067b552362b93345d9b8cb735735f7cefa30476af3e199352f0ca1ae92ed3cc41003b0fd5
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

3 lines
167 B
Plaintext

import type { ClientUser } from 'payload';
export declare const isClientUserObject: (user: any) => user is ClientUser;
//# sourceMappingURL=isClientUserObject.d.ts.map