Wasm Directoryalpha
Record

stores-list-response

No description available.

record stores-list-response {
  count: s32,
  next: option​<string>,
  previous: option​<string>,
  results: list​<game-store-full>,
}

Fields

NameTypeDescription
counts32
nextoption​<string>
previousoption​<string>
resultslist​<game-store-full>