Skip to content

Commit e1d5e9a

Browse files
export AzureAppConfigurationOptions (#247)
1 parent f36c992 commit e1d5e9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
// Licensed under the MIT license.
33

44
export { AzureAppConfiguration } from "./appConfiguration.js";
5+
export { AzureAppConfigurationOptions } from "./appConfigurationOptions.js";
56
export { Disposable } from "./common/disposable.js";
7+
export { FeatureFlagOptions } from "./featureManagement/featureFlagOptions.js";
8+
export { KeyVaultOptions } from "./keyvault/keyVaultOptions.js";
69
export { load } from "./load.js";
7-
export { KeyFilter, LabelFilter } from "./types.js";
10+
export { RefreshOptions, FeatureFlagRefreshOptions } from "./refresh/refreshOptions.js";
11+
export { StartupOptions } from "./startupOptions.js";
12+
export { KeyFilter, LabelFilter, SettingSelector } from "./types.js";
813
export { VERSION } from "./version.js";

0 commit comments

Comments
 (0)