外观
GetCollaboratorListParamType
约 128 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / GetCollaboratorListParamType
类型别名: GetCollaboratorListParamType
GetCollaboratorListParamType =
RepoInfoParamType
&object
定义于: types/platform/repo.ts:197
协作者列表参数类型
类型声明
affiliation?
optional
affiliation:"outside"
|"direct"
|"all"
筛选按隶属关系返回的协作者 outside - 列出所有外部协作者,包括仓库成员和外部 collaborator。 direct - 列出仓库成员。 all - 列出仓库成员和外部 collaborator。
page?
optional
page:number
页码
per_page?
optional
per_page:number
每页数量
permission?
optional
permission:CollaboratorPermissionType
权限