summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/talerTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/talerTypes.ts')
-rw-r--r--packages/taler-util/src/talerTypes.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/taler-util/src/talerTypes.ts b/packages/taler-util/src/talerTypes.ts
index bc04fc2f6..db20234cf 100644
--- a/packages/taler-util/src/talerTypes.ts
+++ b/packages/taler-util/src/talerTypes.ts
@@ -17,8 +17,6 @@
/**
* Type and schema definitions and helpers for the core GNU Taler protocol.
*
- * All types here should be "@Checkable".
- *
* Even though the rest of the wallet uses camelCase for fields, use snake_case
* here, since that's the convention for the Taler JSON+HTTP API.
*/
@@ -40,14 +38,14 @@ import {
codecForConstNumber,
buildCodecForUnion,
codecForConstString,
-} from "./codec";
+} from "./codec.js";
import {
Timestamp,
codecForTimestamp,
Duration,
codecForDuration,
-} from "./time";
-import { codecForAmountString } from "./amounts";
+} from "./time.js";
+import { codecForAmountString } from "./amounts.js";
/**
* Denomination as found in the /keys response from the exchange.