Wasm Directoryalpha
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

NameTypeDescription
ownerstring
repostring
base-treeoption​<string>
treelist​<create-tree-body-tree-item>