metal-orm 1.0.29 → 1.0.30

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.
package/dist/index.d.cts CHANGED
@@ -1359,7 +1359,6 @@ interface TediousTypes {
1359
1359
  Bit: unknown;
1360
1360
  DateTime: unknown;
1361
1361
  VarBinary: unknown;
1362
- [key: string]: unknown;
1363
1362
  }
1364
1363
  interface TediousModule {
1365
1364
  Request: TediousRequestCtor;
package/dist/index.d.ts CHANGED
@@ -1359,7 +1359,6 @@ interface TediousTypes {
1359
1359
  Bit: unknown;
1360
1360
  DateTime: unknown;
1361
1361
  VarBinary: unknown;
1362
- [key: string]: unknown;
1363
1362
  }
1364
1363
  interface TediousModule {
1365
1364
  Request: TediousRequestCtor;