Remix
Remix
remix/data-table · TypeView Source

CreateManyRowsOptions

Summary

Options for bulk-create operations that return inserted rows.

Signature

type CreateManyRowsOptions = {
  returnRows: true;
  touch?: boolean;
};