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