外观
SubIssueListParamType
约 158 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / SubIssueListParamType
接口: SubIssueListParamType
定义于: types/platform/issue.ts:371
获取子议题列表参数类型
继承
属性
issue_number
issue_number:
string
|number
定义于: types/platform/issue.ts:373
议题ID
owner
owner:
string
定义于: types/platform/base.ts:28
仓库的拥有者
继承自
RepoBaseParamType.owner
page?
optional
page:number
定义于: types/platform/issue.ts:383
页码
默认值
1
per_page?
optional
per_page:number
定义于: types/platform/issue.ts:378
每页结果数量
默认值
30
repo
repo:
string
定义于: types/platform/base.ts:32
仓库的名称
继承自
RepoBaseParamType.repo