Update misskey-js.api.md

This commit is contained in:
Chocolate Pie 2023-07-02 15:37:56 +09:00
parent 876e9abc5d
commit d42b15aec7

View file

@ -1549,6 +1549,10 @@ export type Endpoints = {
req: TODO;
res: TODO;
};
'flash/gen-token': {
req: TODO;
res: TODO;
};
'messaging/history': {
req: {
limit?: number;
@ -2756,7 +2760,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:620:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts
// src/api.types.ts:622: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)