Files
klz-cables.com/.pnpm-store/v10/files/ba/54b639a9d8c7be59cfaa064229f6bc13170ba7d5b1185c2c888c227dba73d6e93e2f0801b4dadff51077935f981379b4b6e190ee63180f08442c2cb5714d1d
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

6 lines
270 B
Plaintext

import type { CollectionConfig } from '../collections/config/types.js';
import { APIError } from './APIError.js';
export declare class TimestampsRequired extends APIError {
constructor(collection: CollectionConfig);
}
//# sourceMappingURL=TimestampsRequired.d.ts.map