Wasm Directoryalpha
Record

search-orders-params

No description available.

record search-orders-params {
  cursor: option​<string>,
  limit: option​<s32>,
  location-ids: option​<list​<string>>,
  query: option​<search-orders-query>,
  return-entries: option​<bool>,
}

Fields

NameTypeDescription
cursoroption​<string>
limitoption​<s32>
location-idsoption​<list​<string>>
queryoption​<search-orders-query>
return-entriesoption​<bool>