Skip to content

Commit 1aaaec7

Browse files
authored
fix: Export migration APIs. (#302)
1 parent a431a63 commit 1aaaec7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/shared/sdk-server/src/api/data/LDMigrationOpEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export type LDMigrationMeasurement =
6060
* Event used to track information about a migration operation.
6161
*
6262
* Generally this event should not be created directly and instead an
63-
* {@link MigrationOpTracker} should be used to generate it.
63+
* LDMigrationOpTracker should be used to generate it.
6464
*/
6565
export interface LDMigrationOpEvent {
6666
kind: 'migration_op';

packages/shared/sdk-server/src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './data';
22
export * from './options';
33
export * from './LDClient';
4+
export * from './LDMigration';
45
export * from './interfaces/DataKind';
56
export * from './subsystems/LDFeatureStore';
67

0 commit comments

Comments
 (0)