-- License: BSD3 (see LICENSE) -- Author: Dino Morelli module KS.Clean.Remove.Options ( RemoveOptions (..) ) where import KS.Clean.Types data RemoveOptions = RemoveOptions { optConfDir :: ConfDir , optPlaceId :: PlaceId }