drizzle-kit 0.20.5-e91a5f5 → 0.20.5-fd4dd75

Sign up to get free protection for your applications and to get access to all the features.
package/introspect.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import "./@types/utils";
2
- import { ConfigIntrospectCasing } from "./cli/commands/utils";
3
- import { PgSchema } from "./serializer/pgSchema";
4
- export declare const schemaToTypeScript: (schema: PgSchema, casing: ConfigIntrospectCasing) => string;