StatamicServerApiResponseTree

Server API response for tree data (navigations, structured collections).

Type Definition

Wraps the Statamic API tree response in a data property for consistency.

type 
StatamicServerApiResponseTree
<
DataType
extends
Record
<string, any> =
StatamicApiEntryDefaultFields
> = {
data
:
StatamicApiResponseTree
<
DataType
>;
};