summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-20 21:17:17 +0100
committerMS <ms@taler.net>2023-01-20 21:17:17 +0100
commitb240d4981fda3f0b166c660d5195ac5c4c011286 (patch)
tree2844844070197e1b839d35671c018e325217db53 /libeufin
parent339edfffe050473eb8e42ffda949395c80b78bf5 (diff)
downloaddocs-b240d4981fda3f0b166c660d5195ac5c4c011286.tar.gz
docs-b240d4981fda3f0b166c660d5195ac5c4c011286.tar.bz2
docs-b240d4981fda3f0b166c660d5195ac5c4c011286.zip
fix TypeScript nullable type
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