Wasm Directoryalpha
Record

list-branches-params

No description available.

record list-branches-params {
  owner: string,
  repo: string,
  protected: option​<bool>,
  per-page: option​<s32>,
  page: option​<s32>,
}

Fields

NameTypeDescription
ownerstring
repostring
protectedoption​<bool>
per-pageoption​<s32>
pageoption​<s32>