Wasm Directoryalpha
Record

remove-requested-reviewers-params

No description available.

record remove-requested-reviewers-params {
  owner: string,
  repo: string,
  pull-number: string,
  reviewers: list​<string>,
  team-reviewers: option​<list​<string>>,
}

Fields

NameTypeDescription
ownerstring
repostring
pull-numberstring
reviewerslist​<string>
team-reviewersoption​<list​<string>>