taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b240d4981fda3f0b166c660d5195ac5c4c011286
parent 339edfffe050473eb8e42ffda949395c80b78bf5
Author: MS <ms@taler.net>
Date:   Fri, 20 Jan 2023 21:17:17 +0100

fix TypeScript nullable type

Diffstat:
Mlibeufin/api-sandbox.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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