Skip to content

Commit

Permalink
fix: Export migration APIs. (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Oct 16, 2023
1 parent a431a63 commit 1aaaec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export type LDMigrationMeasurement =
* Event used to track information about a migration operation.
*
* Generally this event should not be created directly and instead an
* {@link MigrationOpTracker} should be used to generate it.
* LDMigrationOpTracker should be used to generate it.
*/
export interface LDMigrationOpEvent {
kind: 'migration_op';
Expand Down
1 change: 1 addition & 0 deletions packages/shared/sdk-server/src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './data';
export * from './options';
export * from './LDClient';
export * from './LDMigration';
export * from './interfaces/DataKind';
export * from './subsystems/LDFeatureStore';

Expand Down

0 comments on commit 1aaaec7

Please sign in to comment.