Skip to content

remix/routes · Type

View Source

ResourcesMethod

Summary

Named CRUD routes available for resource collections.

Signature

type ResourcesMethod = 'index' | 'new' | 'show' | 'create' | 'edit' | 'update' | 'destroy'