Skip to content

remix/routes · Type

View Source

ResourceMethod

Summary

Named CRUD routes available for singleton resources.

Signature

type ResourceMethod = 'new' | 'show' | 'create' | 'edit' | 'update' | 'destroy'