rm types.ml

This commit is contained in:
swrup 2025-11-21 19:09:46 +01:00
parent 65ccb5a86f
commit 94a4c1e29e
3 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,3 @@
open Types
open Api_types
open Crypto
@ -19,6 +18,12 @@ module ErrorDetail = struct
|> Jsont.Object.finish
end
module Amount = struct
include Amount
let jsont = Jsont.of_of_string ~kind:"Amount" of_string ~enc:to_string
end
module Timestamp = struct
open Timestamp

View file

@ -1,5 +0,0 @@
module Amount = struct
include Amount
let jsont = Jsont.of_of_string ~kind:"Amount" of_string ~enc:to_string
end