Returns a tree node with nested children.
type StatamicApiResponseTree<DataType extends Record<string, any> = StatamicApiEntryDefaultFields> = StatamicApiTreeNode<DataType>;
StatamicApiResponseSingle
Response for fetching a single resource from Statamic API.
StatamicApiStringConditions
Statamic string conditions for API requests.
On this page
Contribute