summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 6199bb63..417ffac5 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -158,7 +158,7 @@ Timestamps are represented by the following structure:
.. ts:def:: RelativeTime
- type Duration {
+ interface Duration {
// Duration in milliseconds or "forever"
// to represent an infinite duration.
d_ms: number | "forever";