UNPKG

amplify-cli-core

Version:
5 lines 214 B
import { FeatureFlagConfiguration } from './featureFlagTypes'; export interface FeatureFlagValueProvider { load: () => Promise<FeatureFlagConfiguration>; } //# sourceMappingURL=featureFlagValueProvider.d.ts.map