外观
RepoListBaseParamType
约 141 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / RepoListBaseParamType
接口: RepoListBaseParamType
定义于: types/platform/repo.ts:13
仓库列表参数类型
继承于
属性
direction?
optional
direction:"asc"
|"desc"
定义于: types/platform/repo.ts:17
排序方式,可选asc, desc, 默认为 desc
page?
optional
page:number
定义于: types/platform/repo.ts:21
页码
per_page?
optional
per_page:number
定义于: types/platform/repo.ts:19
每页数量
sort?
optional
sort:"created"
|"updated"
|"pushed"
|"full_name"
定义于: types/platform/repo.ts:15
排序方式,可选created, updated, pushed, full_name, 默认为 full_name