hw-json-simd-0.1.0.0: app/App/Commands/Types.hs
module App.Commands.Types
( CreateIndexOptions(..)
) where
data CreateIndexOptions = CreateIndexOptions
{ _createIndexOptionsFilePath :: FilePath
, _createIndexOptionsOutputIbFile :: Maybe FilePath
, _createIndexOptionsOutputBpFile :: Maybe FilePath
, _createIndexOptionsMethod :: String
} deriving (Eq, Show)