ITADN

`pnpm run docs` prints warnings about undocumented types

#582OpenNutomic 创建于 2025-05-12
N
Nutomiccommented
``` [warning] The signature LemmyHttp.constructor has an @param with name "headers", which was not used [warning] RequestOptions, defined in lemmy-js-client/src/http.ts, is referenced by LemmyHttp.addAdmin.options but not included in the documentation [warning] DeleteImageParamsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.deleteImage.form but not included in the documentation [warning] GetCommentI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getComment.form but not included in the documentation [warning] GetCommentsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getComments.form but not included in the documentation [warning] GetCommunityI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getCommunity.form but not included in the documentation [warning] GetCommunityPendingFollowsCountI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getCommunityPendingFollowsCount.form but not included in the documentation [warning] GetModlogI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getModlog.form but not included in the documentation [warning] GetPersonDetailsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getPersonDetails.form but not included in the documentation [warning] GetPostI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getPost.form but not included in the documentation [warning] GetPostsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getPosts.form but not included in the documentation [warning] GetRandomCommunityI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getRandomCommunity.form but not included in the documentation [warning] GetRegistrationApplicationI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getRegistrationApplication.form but not included in the documentation [warning] GetReportCountI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getReportCount.form but not included in the documentation [warning] GetSiteMetadataI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.getSiteMetadata.form but not included in the documentation [warning] ListMediaI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listAllMedia.form but not included in the documentation [warning] ListBannedPersonsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listBannedPersons.form but not included in the documentation [warning] ListCommentLikesI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listCommentLikes.form but not included in the documentation [warning] ListCommunitiesI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listCommunities.form but not included in the documentation [warning] ListCommunityPendingFollowsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listCommunityPendingFollows.form but not included in the documentation [warning] ListCustomEmojisI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listCustomEmojis.form but not included in the documentation [warning] ListInboxI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listInbox.form but not included in the documentation [warning] ListPersonContentI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listPersonContent.form but not included in the documentation [warning] ListPersonSavedI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listPersonSaved.form but not included in the documentation [warning] ListPostLikesI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listPostLikes.form but not included in the documentation [warning] ListRegistrationApplicationsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listRegistrationApplications.form but notincluded in the documentation [warning] ListReportsI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listReports.form but not included in the documentation [warning] ListTaglinesI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.listTaglines.form but not included in the documentation [warning] ResolveObjectI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.resolveObject.form but not included in the documentation [warning] SearchI, defined in lemmy-js-client/src/other_types.ts, is referenced by LemmyHttp.search.form but not included in the documentation [info] html generated at ./docs [warning] Found 0 errors and 30 warnings ``` Its probably fine to disable the warnings?
1 条评论