Wasm Directoryalpha
Record

get-categories-params

No description available.

record get-categories-params {
  country: option​<string>,
  locale: option​<string>,
  limit: option​<s32>,
  offset: option​<s32>,
}

Fields

NameTypeDescription
countryoption​<string>
localeoption​<string>
limitoption​<s32>
offsetoption​<s32>