summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 7a2ef38f..bb62f047 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -471,7 +471,7 @@ Cashouts
creation_time: number; // milliseconds since the Unix epoch
// Time when the cash-out was confirmed via its TAN.
// Missing or null, when the operation wasn't confirmed yet.
- confirmation_time?: number; // milliseconds since the Unix epoch
+ confirmation_time?: number | null; // milliseconds since the Unix epoch
}
.. ts:def:: CashoutStatus