Record
transfer-params
No description available.
record transfer-params {
owner: string,
repo: string,
new-name: option<string>,
new-owner: string,
team-ids: option<list<s32>>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| new-name | option<string> | |
| new-owner | string | |
| team-ids | option<list<s32>> |