外观
OrgRepoCreateParamType
约 211 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / OrgRepoCreateParamType
接口: OrgRepoCreateParamType
定义于: types/platform/repo.ts:96
创建组织仓库请求参数
继承
属性
auto_init?
optional
auto_init:boolean
定义于: types/platform/repo.ts:110
仓库自动初始化
description?
optional
description:string
定义于: types/platform/repo.ts:100
仓库描述
has_issues?
optional
has_issues:boolean
定义于: types/platform/repo.ts:106
是否开启议题issue
has_wiki?
optional
has_wiki:boolean
定义于: types/platform/repo.ts:108
是否开启wiki
homepage?
optional
homepage:string
定义于: types/platform/repo.ts:102
仓库主页
name
name:
string
定义于: types/platform/repo.ts:98
仓库名称
org
org:
string
定义于: types/platform/base.ts:19
组织登录名
继承自
visibility?
optional
visibility:"public"
|"private"
定义于: types/platform/repo.ts:104
仓库可见性