Update misskey-js.api.md

This commit is contained in:
CyberRex 2023-10-01 00:12:33 +09:00
parent a56d404b5d
commit c494267c9b
No known key found for this signature in database
GPG key ID: C1CD3C0860B46F02

View file

@ -2644,6 +2644,7 @@ type Note = {
id: ID;
createdAt: DateString;
updatedAt?: DateString | null;
noteEditHistory: string[];
text: string | null;
cw: string | null;
user: User;
@ -2983,7 +2984,7 @@ type UserSorting = '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+u
// 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:631:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts
// src/entities.ts:107:2 - (ae-forgotten-export) The symbol "notificationTypes_2" needs to be exported by the entry point index.d.ts
// src/entities.ts:595:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" needs to be exported by the entry point index.d.ts
// src/entities.ts:596:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" 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)