Files
klz-cables.com/.pnpm-store/v10/files/fa/594478b0a7412ad37377f1d578491b6c601af8014f215aa6ccb58b9e8126ee46a80cdea76463097ad67f1b1ec3da1e152784434608e55354aeec407dd5c401
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

4 lines
467 B
Plaintext

import type { MarkOptional } from 'ts-essentials';
import type { BaseDatabaseAdapter } from './types.js';
export declare function createDatabaseAdapter<T extends BaseDatabaseAdapter>(args: MarkOptional<T, 'allowIDOnCreate' | 'bulkOperationsSingleTransaction' | 'createMigration' | 'migrate' | 'migrateDown' | 'migrateFresh' | 'migrateRefresh' | 'migrateReset' | 'migrateStatus' | 'migrationDir' | 'updateJobs'>): T;
//# sourceMappingURL=createDatabaseAdapter.d.ts.map