外观
PullRequestFilesListType
约 228 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / PullRequestFilesListType
接口: PullRequestFilesListType
定义于: types/platform/pull_request.ts:235
文件列表类型
属性
additions
additions:
number
定义于: types/platform/pull_request.ts:243
文件添加行数
blob_url
blob_url:
string
定义于: types/platform/pull_request.ts:249
文件的blob SHA值
changes
changes:
number
定义于: types/platform/pull_request.ts:247
文件修改行数
deletions
deletions:
number
定义于: types/platform/pull_request.ts:245
文件删除行数
filename
filename:
string
定义于: types/platform/pull_request.ts:239
文件路径
patch
patch:
string
定义于: types/platform/pull_request.ts:253
文件的patch内容, 也就是diff差异内容
raw_url
raw_url:
string
定义于: types/platform/pull_request.ts:251
文件的raw URL
sha
sha:
string
定义于: types/platform/pull_request.ts:237
文件的SHA值
status
status:
"added"
|"removed"
|"modified"
|"renamed"
|"changed"
|"unchanged"
定义于: types/platform/pull_request.ts:241
文件状态