launchdarkly-server-sdk-1.0.0: src/LaunchDarkly/Server/Store.hs
-- | This module contains details for external store implementations.
module LaunchDarkly.Server.Store
( StoreResult
, FeatureKey
, FeatureNamespace
, StoreInterface(..)
, RawFeature(..)
) where
import LaunchDarkly.Server.Store.Internal