外观
UpdateIssueParamType
约 279 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / UpdateIssueParamType
接口: UpdateIssueParamType
定义于: types/platform/issue.ts:191
更新议题参数类型
继承
Omit
<CreteIssueParamType
,"title"
|"type"
>.IssueNumberParamType
属性
assignees?
optional
assignees:null
|string
|string
[]
定义于: types/platform/issue.ts:185
指派的用户名
继承自
__type
.assignees
body?
optional
body:null
|string
定义于: types/platform/issue.ts:195
问题的内容
重写了
__type
.body
issue_number
issue_number:
string
|number
定义于: types/platform/base.ts:72
问题id
继承自
IssueNumberParamType
.issue_number
labels?
optional
labels:null
|string
|string
[]
定义于: types/platform/issue.ts:183
标签列表
继承自
__type
.labels
milestone?
optional
milestone:null
|string
|number
定义于: types/platform/issue.ts:181
里程碑
继承自
__type
.milestone
owner
owner:
string
定义于: types/platform/base.ts:28
仓库的拥有者
继承自
repo
repo:
string
定义于: types/platform/base.ts:32
仓库的名称
继承自
state?
optional
state:"open"
|"closed"
定义于: types/platform/issue.ts:197
问题的状态:open/closed
title?
optional
title:null
|string
定义于: types/platform/issue.ts:193
问题的名称