Wraps the Statamic API tree response in a data property for consistency.
type StatamicServerApiResponseTree<DataType extends Record<string, any> = StatamicApiEntryDefaultFields> = { data: StatamicApiResponseTree<DataType>; };
StatamicServerApiResponseGlobals
Server API response for globals data.
AdvancedSEOField
The AdvancedSEO field type used in Statamic.
On this page
Contribute