Wasm Directoryalpha
Record

search-customers-response

No description available.

record search-customers-response {
  cursor: option​<string>,
  customers: option​<list​<customer>>,
  errors: option​<list​<error>>,
}

Fields

NameTypeDescription
cursoroption​<string>
customersoption​<list​<customer>>
errorsoption​<list​<error>>