外观
UserByTokenRepoListParamType
约 261 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / UserByTokenRepoListParamType
接口: UserByTokenRepoListParamType
定义于: types/platform/repo.ts:24
仓库列表参数类型
继承
属性
affiliation?
optional
affiliation:"owner"
|"collaborator"
|"organization_member"
定义于: types/platform/repo.ts:28
仓库的状态,可选all, public, private, 默认为 all
direction?
optional
direction:"asc"
|"desc"
定义于: types/platform/repo.ts:17
排序方式,可选asc, desc, 默认为 desc
继承自
RepoListBaseParamType
.direction
page?
optional
page:number
定义于: types/platform/repo.ts:21
页码
继承自
per_page?
optional
per_page:number
定义于: types/platform/repo.ts:19
每页数量
继承自
RepoListBaseParamType
.per_page
sort?
optional
sort:"created"
|"updated"
|"pushed"
|"full_name"
定义于: types/platform/repo.ts:15
排序方式,可选created, updated, pushed, full_name, 默认为 full_name
继承自
type?
optional
type:"member"
|"all"
|"owner"
定义于: types/platform/repo.ts:30
类型,可选all, owner, member, 默认为 all
visibility?
optional
visibility:"all"
|"public"
|"private"
定义于: types/platform/repo.ts:26
仓库的可见性,可选all, public, private, 默认为 all