File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 22// Licensed under the MIT license.
33
44export { AzureAppConfiguration } from "./appConfiguration.js" ;
5+ export { AzureAppConfigurationOptions } from "./appConfigurationOptions.js" ;
56export { Disposable } from "./common/disposable.js" ;
7+ export { FeatureFlagOptions } from "./featureManagement/featureFlagOptions.js" ;
8+ export { KeyVaultOptions } from "./keyvault/keyVaultOptions.js" ;
69export { 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" ;
813export { VERSION } from "./version.js" ;
You can’t perform that action at this time.
0 commit comments