Skip to content

remix/data-table · Type

View Source

CreateRowOptions

Summary

Options for create operations that return the inserted row.

Signature

type CreateRowOptions<table, relations> = {
  returnRow: true
  touch?: boolean
  with?: relations
}