Record

list-op-params

No description available.

record list-op-params {
  owner: string,
  repo: string,
  state: option​<list-op-state-enum>,
  head: option​<string>,
  base: option​<string>,
  sort: option​<list-op-sort-enum>,
  direction: option​<list-op-direction-enum>,
  per-page: option​<s32>,
  page: option​<s32>,
}

Fields

NameTypeDescription
ownerstring
repostring
stateoption​<list-op-state-enum>
headoption​<string>
baseoption​<string>
sortoption​<list-op-sort-enum>
directionoption​<list-op-direction-enum>
per-pageoption​<s32>
pageoption​<s32>