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

12 lines
316 B
Plaintext

import type { CollectionSlug, GlobalSlug } from '../../index.js';
export type SchedulePublishTaskInput = {
doc?: {
relationTo: CollectionSlug;
value: string;
};
global?: GlobalSlug;
locale?: string;
type?: string;
user?: number | string;
};
//# sourceMappingURL=types.d.ts.map