外观
UpdatePullRequestParamType
约 188 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / UpdatePullRequestParamType
接口: UpdatePullRequestParamType
定义于: types/platform/pull_request.ts:172
更新拉取请求参数类型
继承
属性
body?
optional
body:string
定义于: types/platform/pull_request.ts:176
拉取请求内容
owner
owner:
string
定义于: types/platform/base.ts:28
仓库的拥有者
继承自
RepoBaseParamType.owner
pr_number
pr_number:
number
定义于: types/platform/base.ts:80
拉取请求id
继承自
PullRequestNumberParamType
.pr_number
repo
repo:
string
定义于: types/platform/base.ts:32
仓库的名称
继承自
RepoBaseParamType.repo
state?
optional
state:"open"
|"closed"
定义于: types/platform/pull_request.ts:178
拉取请求状态
title?
optional
title:string
定义于: types/platform/pull_request.ts:174
拉取请求标题