外观
IssueInfoResponseType
约 335 字大约 1 分钟
2025-08-01
@candriajs/git-neko-kit / IssueInfoResponseType
接口: IssueInfoResponseType
定义于: types/platform/issue.ts:48
议题详情响应类型
属性
assignee
assignee:
null
|IssueUser
定义于: types/platform/issue.ts:69
议题指派人 当没有指派人时,返回 null
assignees
assignees:
null
|IssueUser
[]
定义于: types/platform/issue.ts:74
议题所有指派人列表 先不处理,后面再说
body
body:
null
|string
定义于: types/platform/issue.ts:60
议题正文内容
closed_at
closed_at:
null
|string
定义于: types/platform/issue.ts:78
关闭时间
created_at
created_at:
string
定义于: types/platform/issue.ts:80
创建时间
html_url
html_url:
string
定义于: types/platform/issue.ts:52
议题HTML页面URL
id
id:
string
|number
定义于: types/platform/issue.ts:50
问题id
labels
labels:
null
|IssueLabelType
[]
定义于: types/platform/issue.ts:64
议题标签
milestone
milestone:
null
|MilestoneType
定义于: types/platform/issue.ts:76
议题所属里程碑
number
number:
number
定义于: types/platform/issue.ts:54
议题编号
state
state:
string
定义于: types/platform/issue.ts:56
议题状态: open/closed
title
title:
string
定义于: types/platform/issue.ts:58
议题标题
updated_at
updated_at:
string
定义于: types/platform/issue.ts:82
更新时间
user
user:
IssueUser
定义于: types/platform/issue.ts:62
议题创建者用户信息