StatamicApiResponseTree

Response for fetching tree-structured data from Statamic API (navigations, structured collections).

Type Definition

Returns a tree node with nested children.

type 
StatamicApiResponseTree
<
DataType
extends
Record
<string, any> =
StatamicApiEntryDefaultFields
>
=
StatamicApiTreeNode
<
DataType
>;