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

11 lines
264 B
Plaintext

export type PublishType = 'publish' | 'unpublish';
export type UpcomingEvent = {
id: number | string;
input: {
locale?: string;
timezone?: string;
type: PublishType;
};
waitUntil: Date;
};
//# sourceMappingURL=types.d.ts.map