Returns the resource data directly.
type StatamicApiResponseSingle<DataType extends Record<string, any> = StatamicApiEntryDefaultFields> = DataType;
StatamicApiResponseRedirects
Response for fetching multiple redirects from Statamic API.
StatamicApiResponseTree
Response for fetching tree-structured data from Statamic API (navigations, structured collections).
On this page
Contribute