Skip to content

Variable: ResourcefulRouterVerb

ts
const ResourcefulRouterVerb: (
  | "update"
  | "delete"
  | "index"
  | "create"
  | "read"
  | "readRelated"
  | "bulkUpdate"
  | "syncRelated"
)[];