Returns a key-value object of all globals or a single global.
type StatamicServerApiResponseGlobals = { data: Record<string, any>; };
StatamicApiTreeNode
A single node in a tree structure from Statamic API (navigation or structured collection).
StatamicServerApiResponseTree
Server API response for tree data (navigations, structured collections).
On this page
Contribute