@prisma/config 6.5.0-dev.8 → 6.5.0-dev.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +0,0 @@
1
- import type { PrismaConfig, PrismaConfigInternal } from './PrismaConfig';
2
- export type { PrismaConfigInternal };
3
- /**
4
- * Define the configuration for the Prisma Development Kit.
5
- */
6
- export declare function defineConfig(configInput: PrismaConfig): PrismaConfigInternal;