StatamicApiResponseSingle

Response for fetching a single resource from Statamic API.

Type Definition

Returns the resource data directly.

type 
StatamicApiResponseSingle
<
DataType
extends
Record
<string, any> =
StatamicApiEntryDefaultFields
> =
DataType
;