-- | This module contains details for external store implementations.

module LaunchDarkly.Server.Store
    ( StoreResult
    , FeatureKey
    , FeatureNamespace
    , StoreInterface(..)
    , RawFeature(..)
    ) where

import LaunchDarkly.Server.Store.Internal