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

8 lines
249 B
Plaintext

import type { MaybePromise, SanitizedConfig } from 'payload';
export declare function refresh({ config }: {
config: MaybePromise<SanitizedConfig>;
}): Promise<{
message: string;
success: boolean;
}>;
//# sourceMappingURL=refresh.d.ts.map