feat(migration): add lock heartbeats, predictive dry-run planning, and stricter ledger option validation
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ export type { smartdata, smartbucket };
|
||||
// Driver types are derived from the smartdata / smartbucket public surface
|
||||
// to avoid having to declare `mongodb` or `@aws-sdk/client-s3` as direct
|
||||
// dependencies. These aliases are exported for use in the public interfaces.
|
||||
export type TEasyStore<T> = smartdata.EasyStore<T>;
|
||||
export type TRawMongoDb = smartdata.SmartdataDb['mongoDb'];
|
||||
export type TRawMongoClient = smartdata.SmartdataDb['mongoDbClient'];
|
||||
export type TMongoClientSession = ReturnType<smartdata.SmartdataDb['startSession']>;
|
||||
export type TRawS3Client = smartbucket.SmartBucket['storageClient'];
|
||||
export type TRawS3Client = ReturnType<smartbucket.Bucket['getStorageClient']>;
|
||||
|
||||
Reference in New Issue
Block a user