外观
GitUser
约 261 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / GitUser
接口: GitUser
定义于: types/platform/commit.ts:13
Git提交用户信息
继承
Omit
<UserInfoResponseType
,"bio"
|"blog"
|"followers"
|"following"
|"public_repos"
>
属性
avatar_url
avatar_url:
string
定义于: types/platform/user.ts:29
账号头像URL
继承自
UserInfoResponseType
.avatar_url
date
date:
string
定义于: types/platform/commit.ts:15
日期字符串
email:
null
|string
定义于: types/platform/user.ts:19
邮箱
继承自
html_url
html_url:
string
定义于: types/platform/user.ts:27
账号主页URL
继承自
id
id:
number
定义于: types/platform/user.ts:13
账号ID
继承自
login
login:
string
定义于: types/platform/user.ts:15
账号登录名
继承自
name
name:
null
|string
定义于: types/platform/user.ts:17
用户全名
继承自
type
type:
string
定义于: types/platform/user.ts:25
账号类型 User: 用户 Organization: 组织