Wasm Directoryalpha
Record

retrieve-block-children-response

No description available.

record retrieve-block-children-response {
  has-more: option​<bool>,
  next-cursor: option​<string>,
  object: option​<string>,
  results: option​<list​<retrieve-block-children-response-results-item>>,
}

Fields

NameTypeDescription
has-moreoption​<bool>
next-cursoroption​<string>
objectoption​<string>
resultsoption​<list​<retrieve-block-children-response-results-item>>