外观
ReprioritizeSubIssueParamType
约 235 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / ReprioritizeSubIssueParamType
接口: ReprioritizeSubIssueParamType
定义于: types/platform/issue.ts:411
重新确定子议题优先级参数类型
继承
属性
after_id?
optional
after_id:string
|number
定义于: types/platform/issue.ts:420
要优先排序的子问题的 ID(与 before_id 互斥,只能指定其中一个) 在此 ID 之后放置子问题
before_id?
optional
before_id:string
|number
定义于: types/platform/issue.ts:425
要优先排序的子问题的 ID(与 after_id 互斥,只能指定其中一个) 在此 ID 之前放置子问题
issue_number
issue_number:
string
|number
定义于: types/platform/issue.ts:413
议题ID
owner
owner:
string
定义于: types/platform/base.ts:28
仓库的拥有者
继承自
RepoBaseParamType.owner
repo
repo:
string
定义于: types/platform/base.ts:32
仓库的名称
继承自
RepoBaseParamType.repo
sub_issue_id
sub_issue_id:
string
|number
定义于: types/platform/issue.ts:415
子议题ID