Files
klz-cables.com/.pnpm-store/v10/files/53/77720f377347c42ab3314cedc6094166664941e40cb23d871e6076d800a35a863d20fa5058b28ebabe25a61a7cbdf5d48cfb6b97f4f5ce9bd84ae1be0751b4
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
443 B
Plaintext

import type { TaskConfig } from '../../queues/config/types/taskTypes.js';
import type { SchedulePublishTaskInput } from './types.js';
type Args = {
adminUserSlug: string;
collections: string[];
globals: string[];
};
export declare const getSchedulePublishTask: ({ adminUserSlug, collections, globals, }: Args) => TaskConfig<{
input: SchedulePublishTaskInput;
output: object;
}>;
export {};
//# sourceMappingURL=job.d.ts.map