summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-08-22 15:57:45 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-08-22 15:57:45 +0900
commit717dffe61ef4cb63b0eaa9ea36b68481c93e99a5 (patch)
treebd7fca64343cd942045ca3f112f326cc7a02ab79
parentx.comでも展開ができるように (#11757) (diff)
downloadsharkey-717dffe61ef4cb63b0eaa9ea36b68481c93e99a5.tar.gz
sharkey-717dffe61ef4cb63b0eaa9ea36b68481c93e99a5.tar.bz2
sharkey-717dffe61ef4cb63b0eaa9ea36b68481c93e99a5.zip
Update misskey-js.api.md
-rw-r--r--packages/misskey-js/etc/misskey-js.api.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/misskey-js/etc/misskey-js.api.md b/packages/misskey-js/etc/misskey-js.api.md
index 9c598a090e..aa9c2157b6 100644
--- a/packages/misskey-js/etc/misskey-js.api.md
+++ b/packages/misskey-js/etc/misskey-js.api.md
@@ -2172,6 +2172,10 @@ export type Endpoints = {
req: TODO;
res: TODO;
};
+ 'users/flashs': {
+ req: TODO;
+ res: TODO;
+ };
'users/recommendation': {
req: TODO;
res: TODO;
@@ -2822,7 +2826,7 @@ type UserSorting = '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+u
//
// src/api.types.ts:16:32 - (ae-forgotten-export) The symbol "TODO" needs to be exported by the entry point index.d.ts
// src/api.types.ts:18:25 - (ae-forgotten-export) The symbol "NoParams" needs to be exported by the entry point index.d.ts
-// src/api.types.ts:629:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts
+// src/api.types.ts:630:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts
// src/streaming.types.ts:33:4 - (ae-forgotten-export) The symbol "FIXME" needs to be exported by the entry point index.d.ts
// (No @packageDocumentation comment for this package)