Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this link, because it doesn't import 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';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was missed.

export * from './interfaces/DataKind';
export * from './subsystems/LDFeatureStore';

Expand Down