外观
AppRepoInfoResponseType
约 333 字大约 1 分钟
2025-08-01
@candriajs/git-neko-kit / AppRepoInfoResponseType
接口: AppRepoInfoResponseType
定义于: types/platform/github/app.ts:60
GitHub应用安装仓库信息响应类型
属性
access_tokens_url
access_tokens_url:
string
定义于: types/platform/github/app.ts:78
访问令牌URL
account
account:
AppUser
定义于: types/platform/github/app.ts:74
安装的账户信息,可以是用户或企业
app_id
app_id:
number
定义于: types/platform/github/app.ts:66
应用ID
app_slug
app_slug:
string
定义于: types/platform/github/app.ts:68
应用标识符
created_at
created_at:
string
定义于: types/platform/github/app.ts:86
创建时间
events
events:
string
[]
定义于: types/platform/github/app.ts:84
事件列表
html_url
html_url:
string
定义于: types/platform/github/app.ts:64
安装页面URL
id
id:
number
定义于: types/platform/github/app.ts:62
安装的唯一ID
permissions
permissions:
AppPermissions
定义于: types/platform/github/app.ts:82
权限配置
repositories_url
repositories_url:
string
定义于: types/platform/github/app.ts:80
仓库列表URL
repository_selection
repository_selection:
"all"
|"selected"
定义于: types/platform/github/app.ts:76
仓库选择类型
target_id
target_id:
number
定义于: types/platform/github/app.ts:70
目标ID(用户或组织的ID)
target_type
target_type:
string
定义于: types/platform/github/app.ts:72
目标类型(如'Organization')
updated_at
updated_at:
string
定义于: types/platform/github/app.ts:88
更新时间