Skip to content

Commit

Permalink
Update misskey-js.api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarikanaru committed Aug 15, 2024
1 parent efac418 commit 5762dae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/misskey-js/etc/misskey-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,7 @@ declare namespace entities {
IGalleryPostsResponse,
IImportBlockingRequest,
IImportFollowingRequest,
IImportNotesRequest,
IImportMutingRequest,
IImportUserListsRequest,
IImportAntennasRequest,
Expand Down Expand Up @@ -2160,6 +2161,9 @@ type IImportFollowingRequest = operations['i___import-following']['requestBody']
// @public (undocumented)
type IImportMutingRequest = operations['i___import-muting']['requestBody']['content']['application/json'];

// @public (undocumented)
type IImportNotesRequest = operations['i___import-notes']['requestBody']['content']['application/json'];

// @public (undocumented)
type IImportUserListsRequest = operations['i___import-user-lists']['requestBody']['content']['application/json'];

Expand Down

0 comments on commit 5762dae

Please sign in to comment.