StatamicApiResourceType

Statamic resource types for standard and custom endpoints.

Type Definition

type 
StatamicApiResourceType
= "entries"
| "entry" | "navigations" | "navigation" | "collections" | "taxonomyTerms" | "taxonomyTerm" | "globals" | "global" | "forms" | "form" | "submitForm" | "graphql" // Custom endpoints | "entryByUri" | "redirects" // For user-defined endpoints | (string & {});