Type Alias: ApiEndpointName
type ApiEndpointName:
| "index"
| "show"
| "get"
| "update"
| "create"
| "delete"
| "clear"
| string;
type ApiEndpointName:
| "index"
| "show"
| "get"
| "update"
| "create"
| "delete"
| "clear"
| string;