Files
klz-cables.com/.pnpm-store/v10/files/2a/965fbecb1fd747c42e917072301844145e6834720b4a575f4332690713b174154ca6e38e66e824a436d872620a4da1f61dd6c11ceb4bea6e687f8054fca12a
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

10 lines
492 B
Plaintext

import type { CollectionConfig } from '../../collections/config/types.js';
import type { SanitizedConfig } from '../../config/types.js';
import type { Job } from '../../index.js';
export declare const jobsCollectionSlug = "payload-jobs";
export declare const getDefaultJobsCollection: (jobsConfig: SanitizedConfig['jobs']) => CollectionConfig;
export declare function jobAfterRead({ config, doc }: {
config: SanitizedConfig;
doc: Job;
}): Job;
//# sourceMappingURL=collection.d.ts.map