StatamicServerApiResponseGlobals

Server API response for globals data.

Type Definition

Returns a key-value object of all globals or a single global.

type 
StatamicServerApiResponseGlobals
= {
data
:
Record
<string, any>;
};