Remix
Remix
remix/data-table · TypeView Source

IdentityOptions

Summary

Options for configuring identity column generation.

Signature

type IdentityOptions = {
  always?: boolean;
  increment?: number;
  start?: number;
};