summaryrefslogtreecommitdiffhomepage
path: root/Types/Storage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Storage.hs')
-rw-r--r--Types/Storage.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Types/Storage.hs b/Types/Storage.hs
index 5032949..d8cc181 100644
--- a/Types/Storage.hs
+++ b/Types/Storage.hs
@@ -46,4 +46,6 @@ data CountResult = CountResult Integer | CountFailure String
deriving (Show, Generic)
instance ToJSON StoreResult
+instance FromJSON StoreResult
instance ToJSON CountResult
+instance FromJSON CountResult