Files
klz-cables.com/.pnpm-store/v10/files/e7/5accbee32ec2746178a05a129e0b01da464d788cd0f253fd3040d93c9f2b20485490d51e0d4b95fc352d5530b627a40a23e7271691fff2728725d0a9378df1
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

15 lines
447 B
Plaintext

import type { Payload } from '../../../index.js';
import type { PayloadRequest } from '../../../types/index.js';
export type AdminInitEvent = {
domainID?: string;
type: 'admin-init';
userID?: string;
};
type Args = {
headers: Request['headers'];
payload: Payload;
user: PayloadRequest['user'];
};
export declare const adminInit: ({ headers, payload, user }: Args) => void;
export {};
//# sourceMappingURL=adminInit.d.ts.map