Record
create-tree-params
No description available.
record create-tree-params {
owner: string,
repo: string,
base-tree: option<string>,
tree: list<create-tree-body-tree-item>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| base-tree | option<string> | |
| tree | list<create-tree-body-tree-item> |