aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-15 15:14:44 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-15 15:14:44 +0200
commitcc53f217f6122151bcae131a42da8f8887f8560d (patch)
tree2d09b9fd3758cecc00626c8aac31510dee7a37af /api/readme.md
parentc5f71bc38772dedb033258416e0cd722f7b9e7af (diff)
new valid and util module, more function decorators
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/api/readme.md b/api/readme.md
index 70d9221..fbaeba1 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -83,10 +83,7 @@ API return type classes are mostly defined in api/api.ts
<td>
```ts
-{
- username?: string,
- id?: userID
-}
+{ id?: userID }
```
</td>