summaryrefslogtreecommitdiff
path: root/core/api-taldir.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-taldir.rst')
-rw-r--r--core/api-taldir.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 88fe5ce1..1639e36d 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -63,14 +63,16 @@ Configuration information
name: "taler-directory";
// Supported registration methods
- methods: Method[];
+ methods: TaldirMethod[];
// fee for one month of registration
monthly_fee: Amount;
}
- interface Method {
+ .. ts:def:: TaldirMethod
+
+ interface TaldirMethod {
// Name of the method, e.g. "email" or "sms".
name: string;