We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a431a63 commit 1aaaec7Copy full SHA for 1aaaec7
packages/shared/sdk-server/src/api/data/LDMigrationOpEvent.ts
@@ -60,7 +60,7 @@ export type LDMigrationMeasurement =
60
* Event used to track information about a migration operation.
61
*
62
* Generally this event should not be created directly and instead an
63
- * {@link MigrationOpTracker} should be used to generate it.
+ * LDMigrationOpTracker should be used to generate it.
64
*/
65
export interface LDMigrationOpEvent {
66
kind: 'migration_op';
packages/shared/sdk-server/src/api/index.ts
@@ -1,6 +1,7 @@
1
export * from './data';
2
export * from './options';
3
export * from './LDClient';
4
+export * from './LDMigration';
5
export * from './interfaces/DataKind';
6
export * from './subsystems/LDFeatureStore';
7
0 commit comments