Files
klz-cables.com/.pnpm-store/v10/files/18/af0820cd67c2469b5d0b6b419f50ea48b94d7d4a49456c0a17e44af8a3d61bf23f5bd1b77779d5839e851bc058a4b31a18727c7f44ac5b3fc27ee7e9d31777
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

13 lines
382 B
Plaintext

import type { SanitizedPermissions } from 'payload';
/**
* The Auth Provider wraps the entire app
* but each page has specific permissions
*
* i.e. access control on documents/fields on a document
*/
type Props = {
permissions: SanitizedPermissions;
};
export declare function HydrateAuthProvider({ permissions }: Props): any;
export {};
//# sourceMappingURL=index.d.ts.map