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

7 lines
371 B
Plaintext

import type { checkFileRestrictionsParams, FileAllowList } from './types.js';
/**
* Restricted file types and their extensions.
*/
export declare const RESTRICTED_FILE_EXT_AND_TYPES: FileAllowList;
export declare const checkFileRestrictions: ({ collection, file, req, }: checkFileRestrictionsParams) => Promise<void>;
//# sourceMappingURL=checkFileRestrictions.d.ts.map