外观
OrgRepoListParmType
约 219 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / OrgRepoListParmType
接口: OrgRepoListParmType
定义于: types/platform/repo.ts:83
组织仓库列表参数类型
继承
属性
direction?
optional
direction:"asc"
|"desc"
定义于: types/platform/repo.ts:17
排序方式,可选asc, desc, 默认为 desc
继承自
RepoListBaseParamType
.direction
org
org:
string
定义于: types/platform/repo.ts:85
组织名称
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:"all"
|"public"
|"private"
定义于: types/platform/repo.ts:87
类型,可选all, public, private 默认为 all